[issue35242] multiprocessing.Queue in an inconsistent state and a traceback silently suppressed if put an unpickable object and process's target function is finished

Sergei Zobov report at bugs.python.org
Tue Nov 20 23:25:07 EST 2018


Sergei Zobov <sergey at szobov.ru> added the comment:

Yes, I've missed that the daemonic thread won't work if the parent process finished. The similarities between multiprocessing and threading modules are confusing a bit.
Anyway, could I make a patch to fix the problem with the silently ignored exception and the broken semaphore?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35242>
_______________________________________


More information about the Python-bugs-list mailing list