[issue34781] infinite waiting in multiprocessing.Pool

Antoine Pitrou report at bugs.python.org
Wed Sep 26 07:47:33 EDT 2018


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

If I understand correctly you have two cases:
- the standalone script hangs with 3.6 on OS X
- a much more involved use case hangs with 2.7 on RedHat

It's possible you are hitting two different bugs.  The 2.7 issue may be due to third-party packages or other issues.

It would be nice if another OS X user could try your reproducer script on 3.6+ and find out whether they can reproduce/diagnose the issue at all.

----------
nosy: +ned.deily, ronaldoussoren

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


More information about the Python-bugs-list mailing list