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 pitrou
Recipients AMDmi3, davin, pitrou
Date 2019-11-13.18:59:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573671559.26.0.978730061355.issue38744@roundup.psfhosted.org>
In-reply-to
Content
What happens if you instead write:

with Pool() as pool:
    pool.map(sleep, [0.01] * 10)
History
Date User Action Args
2019-11-13 18:59:19pitrousetrecipients: + pitrou, davin, AMDmi3
2019-11-13 18:59:19pitrousetmessageid: <1573671559.26.0.978730061355.issue38744@roundup.psfhosted.org>
2019-11-13 18:59:19pitroulinkissue38744 messages
2019-11-13 18:59:19pitroucreate