commit | 7e7a3a76fc146d32621d309fc6335ef5b9961bba | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Nov 23 07:56:33 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Nov 23 07:56:33 2010 +0000 |
tree | d2736adc8c46f9078fcb3394d7cbc4867cccda44 | |
parent | 277896ad4ef90e87b4624190f7c8c38c994c92ee [diff] |
Merged revisions 85679 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85679 | georg.brandl | 2010-10-18 07:06:18 +0200 (Mo, 18 Okt 2010) | 1 line Fix compiler warnings about formatting pid_t as an int, by always casting to long. ........