https://github.com/python/cpython
Revision 08c2ba0717089662132af69bf5948d82277a8a69 authored by Victor Stinner on 13 December 2018, 01:15:30 UTC, committed by GitHub on 13 December 2018, 01:15:30 UTC
multiprocessing.Pool.__enter__() now fails if the pool is not
running: "with pool:" fails if used more than once.
1 parent 502fe19
History
Tip revision: 08c2ba0717089662132af69bf5948d82277a8a69 authored by Victor Stinner on 13 December 2018, 01:15:30 UTC
bpo-35477: multiprocessing.Pool.__enter__() fails if called twice (GH-11134)
Tip revision: 08c2ba0
File Mode Size
ci.yml -rw-r--r-- 2.7 KB
docker-steps.yml -rw-r--r-- 2.2 KB
docs-steps.yml -rw-r--r-- 1.3 KB
macos-steps.yml -rw-r--r-- 724 bytes
posix-deps.sh -rwxr-xr-x 590 bytes
posix-steps.yml -rw-r--r-- 1.9 KB
pr.yml -rw-r--r-- 1.8 KB
prebuild-checks.yml -rw-r--r-- 1.2 KB
windows-appx-test.yml -rw-r--r-- 2.1 KB
windows-steps.yml -rw-r--r-- 1.2 KB

back to top