[New-bugs-announce] [issue35984] test__xxsubinterpreters leaked [3, 4, 3] memory blocks, sum=1

Pablo Galindo Salgado report at bugs.python.org
Wed Feb 13 06:10:03 EST 2019


New submission from Pablo Galindo Salgado <pablogsal at gmail.com>:

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.

----------
components: Tests
messages: 335408
nosy: eric.snow, pablogsal, vstinner
priority: normal
severity: normal
status: open
title: test__xxsubinterpreters leaked [3, 4, 3] memory blocks, sum=1
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35984>
_______________________________________


More information about the New-bugs-announce mailing list