]> granicus.if.org Git - python/commit
Backport of r65032 from trunk
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 17 Aug 2008 23:01:11 +0000 (23:01 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 17 Aug 2008 23:01:11 +0000 (23:01 +0000)
commit5e8dc97a098766a566b07df241c524fbd56d34ac
tree2d9d31372c73d994c7cc2938177b70a272cf8580
parent1d63a45d0d25acec0174bb291e6cd4c7c0d7c00d
Backport of r65032 from trunk

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.
Lib/test/test_threading.py
Lib/threading.py
Misc/NEWS
Python/ceval.c