[issue35627] multiprocessing.queue in 3.7.2 doesn't behave as it was in 3.7.1

Antoine Pitrou report at bugs.python.org
Fri Jan 4 14:42:30 EST 2019


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

I couldn't reproduce on Ubuntu either.  I tried the "fork", "forkserver" and "spawn" methods (all with 3.7.2).

Terry, if you are on Windows, can you try the script?  Be sure to enclose the test() call in a "if __name__ == '__main__'" guard.

----------

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


More information about the Python-bugs-list mailing list