Alex Hall <alex.moj...@gmail.com> added the comment:

I'm also experiencing hanging on terminate. I haven't made a debug build or 
anything but it's happening to me consistently on 3.8, although I haven't 
managed to create a small example to reproduce. Replacing pool.py with 
https://raw.githubusercontent.com/python/cpython/5f6a05bf5b3f7e3c1d805b3bbd8c5ad18f26d933/Lib/multiprocessing/pool.py
 (from the PR) did not help. So maybe what I'm experiencing is unrelated.

It gets stuck on `inqueue._rlock.acquire()` in `Pool._help_stuff_finish`. I've 
attached debugging info from snoop, maybe that will help.

----------
nosy: +alexmojaki
Added file: https://bugs.python.org/file48867/pool_terminate_snoop.txt

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33997>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to