]> granicus.if.org Git - python/commit
bpo-31783: Fix a race condition creating workers during shutdown (#13171)
authorBrian Quinlan <brian@sweetapp.com>
Fri, 28 Jun 2019 18:54:52 +0000 (11:54 -0700)
committerGitHub <noreply@github.com>
Fri, 28 Jun 2019 18:54:52 +0000 (11:54 -0700)
commit242c26f53edb965e9808dd918089e664c0223407
tree6fec44dfe5a6af889cbb54844e86e1d10ea33a2c
parent29f609ed07aa7856741ff8b8b8b050369d0faf81
bpo-31783: Fix a race condition creating workers during shutdown (#13171)

* bpo-31783: Fix a race condition while creating workers during interpreter shutdown

* ðŸ“œðŸ¤– Added by blurb_it.
Lib/concurrent/futures/thread.py
Misc/NEWS.d/next/Library/2019-05-07-19-25-55.bpo-31783.lgLo69.rst [new file with mode: 0644]