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-06-15 15:40:33 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
53bcd660122b6604373e5304bd014c41c8ca3e08
cpython
/
Modules
/
_multiprocessing
T
History
Jesus Cea
4507e6456e
Close
#13022
: _multiprocessing.recvfd() doesn't check that file descriptor was actually received
2011-09-21 03:53:25 +02:00
..
connection.h
…
multiprocessing.c
Close
#13022
: _multiprocessing.recvfd() doesn't check that file descriptor was actually received
2011-09-21 03:53:25 +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
…