This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Rhodri James, asvetlov, ethan.furman, kkangshawn, martin.panter, miss-islington, vstinner
Date 2019-12-04.09:31:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575451901.37.0.657377392429.issue38863@roundup.psfhosted.org>
In-reply-to
Content
The change introduced a reference leak, see bpo-38962. Pablo fixed it:

commit 24f5cac7254177a4c9956d680c0a9b6dadd85c6f (HEAD -> master, upstream/master)
Author: Pablo Galindo <Pablogsal@gmail.com>
Date:   Wed Dec 4 09:29:10 2019 +0000

    bpo-38962: Fix reference leak in test_httpservers (GH-17454)
History
Date User Action Args
2019-12-04 09:31:41vstinnersetrecipients: + vstinner, asvetlov, ethan.furman, martin.panter, miss-islington, Rhodri James, kkangshawn
2019-12-04 09:31:41vstinnersetmessageid: <1575451901.37.0.657377392429.issue38863@roundup.psfhosted.org>
2019-12-04 09:31:41vstinnerlinkissue38863 messages
2019-12-04 09:31:41vstinnercreate