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

Antoine Pitrou report at bugs.python.org
Wed Nov 21 05:12:19 EST 2018


Antoine Pitrou <pitrou at free.fr> added the comment:

Thanks for reporting this.  This sounds like an extreme corner case and I'm not sure how easy it will be to fix.

For the record, nowadays concurrent.futures should have more graceful behaviour in the face of errors.  Though there probably always will be corner cases like this.

----------

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


More information about the Python-bugs-list mailing list