[issue29519] weakref spewing exceptions during finalization when combined with multiprocessing

Łukasz Langa report at bugs.python.org
Fri Feb 10 03:22:49 EST 2017


Łukasz Langa added the comment:

Given that the weakref behavior during shutdown with the repro was identical in 3.6.0, as well as in 3.5.2 and earlier, I patched this by binding the name to a local, therefore making it usable also during finalization.

----------
assignee: pitrou -> lukasz.langa
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29519>
_______________________________________


More information about the Python-bugs-list mailing list