diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-11-02 16:48:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-02 16:48:56 (GMT) |
commit | aca67da4fe68d5420401ac1782203d302875eb27 (patch) | |
tree | 73800f864240da4562ff53d137974192f866c7f5 /Misc | |
parent | 4b9aad49992a825d8c76e428ed1aca81dd3878b2 (diff) | |
download | cpython-aca67da4fe68d5420401ac1782203d302875eb27.zip cpython-aca67da4fe68d5420401ac1782203d302875eb27.tar.gz cpython-aca67da4fe68d5420401ac1782203d302875eb27.tar.bz2 |
Revert "bpo-37193: remove thread objects which finished process its request (GH-13893)" (GH-23107)
This reverts commit c41559021213cfc9dc62a83fc63306b3bdc3e64b.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-06-12-21-23-20.bpo-37193.wJximU.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-06-12-21-23-20.bpo-37193.wJximU.rst b/Misc/NEWS.d/next/Library/2020-06-12-21-23-20.bpo-37193.wJximU.rst deleted file mode 100644 index fbf56d3..0000000 --- a/Misc/NEWS.d/next/Library/2020-06-12-21-23-20.bpo-37193.wJximU.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fixed memory leak in ``socketserver.ThreadingMixIn`` introduced in Python -3.7. |