cpython/Lib/multiprocessing
Amaury Forgeot d'Arc 768008c6e2 For some reason sys.stdin may be None on Windows, and makes test_multiprocessing fail.
Since we are closing the fileno anyway, the best is to skip this part.

Now test_multiprocessing should pass on Windows.
2008-08-20 09:04:46 +00:00
..
dummy Merged revisions 65864 via svnmerge from 2008-08-19 19:17:39 +00:00
__init__.py Merged revisions 64104,64117 via svnmerge from 2008-06-11 16:44:04 +00:00
connection.py Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from 2008-08-12 08:35:52 +00:00
forking.py Issue #3125: Remove copy_reg in multiprocessing and replace it with 2008-08-19 21:30:55 +00:00
heap.py Merged revisions 64104,64117 via svnmerge from 2008-06-11 16:44:04 +00:00
managers.py Partially revert r65883 to let the tests pass. 2008-08-20 08:58:40 +00:00
pool.py Merged revisions 65864 via svnmerge from 2008-08-19 19:17:39 +00:00
process.py For some reason sys.stdin may be None on Windows, and makes test_multiprocessing fail. 2008-08-20 09:04:46 +00:00
queues.py Merged revisions 65824 via svnmerge from 2008-08-18 18:09:21 +00:00
reduction.py Issue #3125: Remove copy_reg in multiprocessing and replace it with 2008-08-19 21:30:55 +00:00
sharedctypes.py Issue #3125: Remove copy_reg in multiprocessing and replace it with 2008-08-19 21:30:55 +00:00
synchronize.py Merged revisions 65864 via svnmerge from 2008-08-19 19:17:39 +00:00
util.py Issue #3125: Remove copy_reg in multiprocessing and replace it with 2008-08-19 21:30:55 +00:00