Staging
v0.5.1
https://github.com/python/cpython
Revision 5e8dc97a098766a566b07df241c524fbd56d34ac authored by Gregory P. Smith on 17 August 2008, 23:01:11 UTC, committed by Gregory P. Smith on 17 August 2008, 23:01:11 UTC
Fixes Issue #874900: after an os.fork() call the threading module state is cleaned
up in the child process to prevent deadlock and report proper thread counts
if the new process uses the threading module.
1 parent 1d63a45
History
Tip revision: 5e8dc97a098766a566b07df241c524fbd56d34ac authored by Gregory P. Smith on 17 August 2008, 23:01:11 UTC
Backport of r65032 from trunk
Tip revision: 5e8dc97
File Mode Size
Modules
Python
support
Makefile -rw-r--r-- 14.2 KB
README -rw-r--r-- 1.2 KB
pyconfig.h -rw-r--r-- 18.1 KB
sleep.c -rw-r--r-- 866 bytes
unixstuff.c -rw-r--r-- 1.7 KB
unixstuff.h -rw-r--r-- 318 bytes

README

back to top