This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5c9a8d09089dfd2ea44713edfd08b50fb80d7704
cpython
/
Modules
/
_multiprocessing
History
Antoine Pitrou
162fee109b
Issue
#11657
: Fix sending file descriptors over 255 over a multiprocessing Pipe.
...
Also added some tests.
2011-08-23 19:48:34 +02:00
..
multiprocessing.c
Issue
#11657
: Fix sending file descriptors over 255 over a multiprocessing Pipe.
2011-08-23 19:48:34 +02:00
multiprocessing.h
Remove dead code from _multiprocessing
2011-05-09 20:55:03 +02:00
semaphore.c
Remove dead code from _multiprocessing
2011-05-09 20:55:03 +02:00
win32_functions.c
Issue
#9205
: concurrent.futures.ProcessPoolExecutor now detects killed
2011-06-08 17:21:55 +02:00