Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

> Not sure if there are any special considerations for Windows here.

It should not be anything windows specific here.

Also notice that although "it works", the reproducer in 
https://bugs.python.org/issue38501#msg354813 is out of contract because is not 
closing or terminating the pool correctly and is not using it with the context 
manager so if you are dealing with code equivalent to that I would suggest to 
take a look to properly finalize/finalize the pool to about similar problems 
(or other problems related to late finalization).

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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

Reply via email to