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 christian.heimes, steve.dower, vstinner
Date 2019-05-24.17:27:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558718820.73.0.371108780903.issue36842@roundup.psfhosted.org>
In-reply-to
Content
It seems like there are reference leaks:

https://buildbot.python.org/all/#/builders/1/builds/593

test_audit leaked [310, 310, 310] references, sum=930
test_audit leaked [189, 189, 189] memory blocks, sum=567

You may try test.bisect_cmd to debug this.
History
Date User Action Args
2019-05-24 17:27:00vstinnersetrecipients: + vstinner, christian.heimes, steve.dower
2019-05-24 17:27:00vstinnersetmessageid: <1558718820.73.0.371108780903.issue36842@roundup.psfhosted.org>
2019-05-24 17:27:00vstinnerlinkissue36842 messages
2019-05-24 17:27:00vstinnercreate