]> granicus.if.org Git - python/commit
Issue #14548: Make multiprocessing finalizers check pid before running
authorRichard Oudkerk <shibturn@gmail.com>
Fri, 25 May 2012 12:54:53 +0000 (13:54 +0100)
committerRichard Oudkerk <shibturn@gmail.com>
Fri, 25 May 2012 12:54:53 +0000 (13:54 +0100)
commit739ae5692ebc7daaf1297d8e775e552bdb05f3fe
tree938db3278cff75874689de6939c812a0b1659fcd
parent692130a2315545ff7155c364d39c25ad1cb52210
Issue #14548: Make multiprocessing finalizers check pid before running

This protects from possibilty of gc running just after fork.
Lib/multiprocessing/util.py
Misc/NEWS