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
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
PCbuild8
Parser
Python
RISCOS
Tools
.hgtags -rw-r--r-- 3.8 KB
LICENSE -rw-r--r-- 13.4 KB
Makefile.pre.in -rw-r--r-- 34.6 KB
README -rw-r--r-- 53.8 KB
configure -rwxr-xr-x 612.4 KB
configure.in -rw-r--r-- 96.3 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 26.7 KB
setup.py -rw-r--r-- 67.4 KB

README

back to top