]> granicus.if.org Git - python/commit
Issue #14548: Make multiprocessing finalizers check pid before
authorRichard Oudkerk <roudkerk@google.com>
Thu, 23 Jan 2014 00:11:04 +0000 (00:11 +0000)
committerRichard Oudkerk <roudkerk@google.com>
Thu, 23 Jan 2014 00:11:04 +0000 (00:11 +0000)
commite8a57b98ec8f2b161d4ad68ecc1433c9e3caad57
treefc91d6f80a2c3c047586b0a7fe709567a075ee7b
parent70fdd79c928eb07dfb20943e822fbecb5911b814
Issue #14548: Make multiprocessing finalizers check pid before
running to cope with possibility of gc running just after fork.
(Backport from 3.x.)
Lib/multiprocessing/util.py
Misc/NEWS