summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-12-13-00-10-51.bpo-35477.hHyy06.rst
blob: 524df71ed9519ce4b64d7d5e90d8f4bd9bc44f2a (plain)
1
2
:meth:`multiprocessing.Pool.__enter__` now fails if the pool is not running:
``with pool:`` fails if used more than once.