]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreters (GH...
authorVictor Stinner <vstinner@python.org>
Sun, 12 Apr 2020 21:45:09 +0000 (23:45 +0200)
committerGitHub <noreply@github.com>
Sun, 12 Apr 2020 21:45:09 +0000 (23:45 +0200)
commit14d5331eb5e6c38be12bad421bd59ad0fac9e448
tree4f9c3351cc8f6cb2fa397b56a4a6c37c547cef87
parent909b87d2bb3d6330d39c48e43f7f50f4d086cc41
bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)" (GH-19456)

This reverts commit 066e5b1a917ec2134e8997d2cadd815724314252.
Doc/library/threading.rst
Doc/whatsnew/3.9.rst
Lib/test/test_threading.py
Lib/threading.py
Misc/NEWS.d/next/Library/2020-04-10-16-13-47.bpo-40234.tar4d_.rst [new file with mode: 0644]
Modules/_threadmodule.c
Modules/clinic/_threadmodule.c.h [deleted file]