This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-12 07:30:13 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
175eb995d342ebdffb7f56d106fd47e7253a043a
cpython
/
Modules
/
_multiprocessing
T
History
Antoine Pitrou
bcb39d4846
Issue
#11657
: Fix sending file descriptors over 255 over a multiprocessing Pipe.
...
Also added some tests.
2011-08-23 19:46:22 +02:00
..
connection.h
…
multiprocessing.c
Issue
#11657
: Fix sending file descriptors over 255 over a multiprocessing Pipe.
2011-08-23 19:46:22 +02:00
multiprocessing.h
Merged revisions 81692 via svnmerge from
2010-06-04 17:20:56 +00:00
pipe_connection.c
…
semaphore.c
Fix compiler warnings about formatting pid_t as an int, by always casting to long.
2010-10-18 05:06:18 +00:00
socket_connection.c
…
win32_functions.c
…