This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients Andrew Nelson, Paul Silisteanu, cjrh, larsoner, pablogsal, ralf.gommers, stefanor
Date 2020-04-10.16:10:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586535033.87.0.0731353439809.issue38501@roundup.psfhosted.org>
In-reply-to
Content
> 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).
History
Date User Action Args
2020-04-10 16:10:33pablogsalsetrecipients: + pablogsal, cjrh, stefanor, ralf.gommers, larsoner, Andrew Nelson, Paul Silisteanu
2020-04-10 16:10:33pablogsalsetmessageid: <1586535033.87.0.0731353439809.issue38501@roundup.psfhosted.org>
2020-04-10 16:10:33pablogsallinkissue38501 messages
2020-04-10 16:10:33pablogsalcreate