Message 335408 - Python tracker

Message335408

Author pablogsal
Recipients eric.snow, pablogsal, vstinner
Date 2019-02-13.11:10:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550056203.45.0.644918745906.issue35984@roundup.psfhosted.org>
In-reply-to
Content
The reafleak buildbots have detected memory block leaks in test__xxsubinterpreters:

Ran 112 tests in 4.721s
OK (skipped=5)
.
test__xxsubinterpreters leaked [3, 4, 3] memory blocks, sum=10
1 test failed again:
    test__xxsubinterpreters
== Tests result: FAILURE then FAILURE ==


https://buildbot.python.org/all/#/builders/1/builds/502
https://buildbot.python.org/all/#/builders/80/builds/511

Bisecting shows 16f842da3c862d76a1177bd8ef9579703c24fa5a is the first bad commit. This was introduced in PR11822.
History
Date User Action Args
2019-02-13 11:10:03pablogsalsetrecipients: + pablogsal, vstinner, eric.snow
2019-02-13 11:10:03pablogsalsetmessageid: <1550056203.45.0.644918745906.issue35984@roundup.psfhosted.org>
2019-02-13 11:10:03pablogsallinkissue35984 messages
2019-02-13 11:10:03pablogsalcreate