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 pablogsal
Recipients Wei Li, jaraco, martin.panter, maru-n, miss-islington, ned.deily, pablogsal, vstinner
Date 2020-11-02.01:43:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604281412.07.0.0920540090202.issue37193@roundup.psfhosted.org>
In-reply-to
Content
Commit c41559021213cfc9dc62a83fc63306b3bdc3e64b has introduced reference leaks:

----------------------------------------------------------------------
Ran 202 tests in 21.654s
OK (skipped=1)
......
test_logging leaked [20, 20, 20] references, sum=60
test_logging leaked [20, 20, 20] memory blocks, sum=60
2 tests failed again:
    test_logging test_socketserver
== Tests result: FAILURE then FAILURE ==

Example buildbot failure:

https://buildbot.python.org/all/#/builders/562/builds/79/steps/5/logs/stdio

As there is a release of 3.10 alpha 2 tomorrow I would be great if this could be fixed by tomorrow.
History
Date User Action Args
2020-11-02 01:43:32pablogsalsetrecipients: + pablogsal, jaraco, vstinner, ned.deily, martin.panter, miss-islington, maru-n, Wei Li
2020-11-02 01:43:32pablogsalsetmessageid: <1604281412.07.0.0920540090202.issue37193@roundup.psfhosted.org>
2020-11-02 01:43:32pablogsallinkissue37193 messages
2020-11-02 01:43:31pablogsalcreate