commit | 08c2ba0717089662132af69bf5948d82277a8a69 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Thu Dec 13 02:15:30 2018 +0100 |
committer | GitHub <noreply@github.com> | Thu Dec 13 02:15:30 2018 +0100 |
tree | 65536d44e81385773a0a4eaf4b047b6b3ab3575a | |
parent | 502fe19b10f66235fcf8f13fc1c0308190845def [diff] |
bpo-35477: multiprocessing.Pool.__enter__() fails if called twice (GH-11134) multiprocessing.Pool.__enter__() now fails if the pool is not running: "with pool:" fails if used more than once.