]> granicus.if.org Git - python/commit
Issue #874900: fix behaviour of threading module after a fork.
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 6 Sep 2008 23:00:03 +0000 (23:00 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 6 Sep 2008 23:00:03 +0000 (23:00 +0000)
commit5fe291f8175fde8cd5c55dd0d11486ddf82ef6b8
tree58481fdd59d47e6b329d79599ea304985f359c2c
parent0a608fdaac5b4422b9ade6ec7b44182902f2f9ce
Issue #874900: fix behaviour of threading module after a fork.

Reviewed by Gregory P. Smith.
Lib/test/test_threading.py
Lib/threading.py
Misc/NEWS