]> granicus.if.org Git - python/commit
Issue #17094: Clear stale thread states after fork().
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 5 May 2013 21:47:09 +0000 (23:47 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 5 May 2013 21:47:09 +0000 (23:47 +0200)
commit8408cea0cdc0ccd5900acd99a9a51dd9161ae319
tree0dcb39ac0cf5fc5e293941763a31bd2472dd004b
parent39b17c513ae7b9baecdc8292876683647186fee4
Issue #17094: Clear stale thread states after fork().

Note that this is a potentially disruptive change since it may
release some system resources which would otherwise remain
perpetually alive (e.g. database connections kept in thread-local
storage).
Include/pystate.h
Lib/test/test_threading.py
Misc/NEWS
Python/ceval.c
Python/pystate.c