diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-03-04 16:55:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-04 16:55:24 (GMT) |
commit | 0064d561b8e44f7a991188d7c5016c165bc89326 (patch) | |
tree | 6cc76b79f4c34b32179e5bb278f9df96b6981ecc /Misc | |
parent | 59e857650cf49a5e28cb82acc2641b1b53efeeeb (diff) | |
download | cpython-0064d561b8e44f7a991188d7c5016c165bc89326.zip cpython-0064d561b8e44f7a991188d7c5016c165bc89326.tar.gz cpython-0064d561b8e44f7a991188d7c5016c165bc89326.tar.bz2 |
[3.8] bpo-37193: Remove thread objects which finished process its request (GH-23127) (GH-24749)
This reverts commit aca67da4fe68d5420401ac1782203d302875eb27.
(cherry picked from commit b5711c940f70af89f2b4cf081a3fcd83924f3ae7)
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Automerge-Triggered-By: GH:jaraco
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, 2 insertions, 0 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 new file mode 100644 index 0000000..fbf56d3 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-06-12-21-23-20.bpo-37193.wJximU.rst @@ -0,0 +1,2 @@ +Fixed memory leak in ``socketserver.ThreadingMixIn`` introduced in Python +3.7. |