Richard Oudkerk
|
7450a81970
|
Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy.
|
2013-01-01 17:25:09 +00:00 |
Georg Brandl
|
7e7a3a76fc
|
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.
........
|
2010-11-23 07:56:33 +00:00 |
Antoine Pitrou
|
c83ea137d7
|
Untabify C files. Will watch buildbots.
|
2010-05-09 14:46:46 +00:00 |
Jesse Noller
|
355b1264b8
|
issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin Lowis for help
|
2009-04-02 00:03:28 +00:00 |
Jesse Noller
|
82eb5902ce
|
merge in patch from tim golden to fix contextmanager support for mp.Lock()
|
2009-03-30 23:29:31 +00:00 |
Jeremy Hylton
|
0d52182f67
|
Move definition int sval into branch of ifdef where it is used.
Otherwise, you get a warning about an undefined variable.
|
2008-11-28 23:42:59 +00:00 |
Benjamin Peterson
|
190d56e009
|
add the multiprocessing package to fulfill PEP 371
|
2008-06-11 02:40:25 +00:00 |