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 erlendaasland, miss-islington, orsenthil, pablogsal, petr.viktorin, vstinner
Date 2021-05-12.03:31:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620790289.06.0.590903377615.issue43795@roundup.psfhosted.org>
In-reply-to
Content
Unfortunately commit b05955d6f5f149523b5855a335444b7c6324bdb7 has broken all refleak buildbots:

https://buildbot.python.org/all/#/builders/259/builds/25/steps/5/logs/stdio

See example:

----------------------------------------------------------------------
Ran 53 tests in 5.629s
OK (skipped=1)
......
test_tools leaked [251, 251, 251] references, sum=753
test_tools leaked [91, 91, 91] memory blocks, sum=273
1 test failed again:
    test_tools

Per our buildbot policy, it will be reverted if is not fixed in 24h to avoid masking other errors.
History
Date User Action Args
2021-05-12 03:31:29pablogsalsetrecipients: + pablogsal, orsenthil, vstinner, petr.viktorin, miss-islington, erlendaasland
2021-05-12 03:31:29pablogsalsetmessageid: <1620790289.06.0.590903377615.issue43795@roundup.psfhosted.org>
2021-05-12 03:31:29pablogsallinkissue43795 messages
2021-05-12 03:31:28pablogsalcreate