commit | 5e8dc97a098766a566b07df241c524fbd56d34ac | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Sun Aug 17 23:01:11 2008 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Sun Aug 17 23:01:11 2008 +0000 |
tree | 2d9d31372c73d994c7cc2938177b70a272cf8580 | |
parent | 1d63a45d0d25acec0174bb291e6cd4c7c0d7c00d [diff] |
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.