cpython/Lib/multiprocessing
Florent Xicluna 998171f0d7 Merged revisions 78777,78787,78790 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78777 | florent.xicluna | 2010-03-08 00:49:03 +0100 (lun, 08 mar 2010) | 4 lines

  Backport the Popen.poll() protection from subprocess to multiprocessing. See #1731717.
  It should fix transient failures on test_multiprocessing.
........
  r78787 | florent.xicluna | 2010-03-08 08:21:16 +0100 (lun, 08 mar 2010) | 2 lines

  Don't fail on a debug() statement, if the worker PID is (still) None.
........
  r78790 | florent.xicluna | 2010-03-08 12:01:39 +0100 (lun, 08 mar 2010) | 2 lines

  On finalize, don't try to join not started process.
........
2010-03-08 13:32:17 +00:00
..
dummy
__init__.py Merged revisions 77794 via svnmerge from 2010-01-27 03:36:01 +00:00
connection.py Merged revisions 76245 via svnmerge from 2009-11-13 22:35:18 +00:00
forking.py Merged revisions 78777,78787,78790 via svnmerge from 2010-03-08 13:32:17 +00:00
heap.py
managers.py Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from 2009-10-04 14:49:41 +00:00
pool.py Merged revisions 78777,78787,78790 via svnmerge from 2010-03-08 13:32:17 +00:00
process.py Missing part from r78654 2010-03-04 16:10:55 +00:00
queues.py
reduction.py
sharedctypes.py
synchronize.py
util.py