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-11 07:00:24 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4e6bf41934de08f62b22b90cda2e331eb4641dea
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
…
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
…