[New-bugs-announce] [issue40071] test__xxsubinterpreters leaked [1, 1, 1] references: test_ids_global()

STINNER Victor report at bugs.python.org
Wed Mar 25 21:25:25 EDT 2020


New submission from STINNER Victor <vstinner at python.org>:

$ ./python -m test -R 3:3 test__xxsubinterpreters -m test_ids_global
0:00:00 load avg: 0.80 Run tests sequentially
0:00:00 load avg: 0.80 [1/1] test__xxsubinterpreters
beginning 6 repetitions
123456
......
test__xxsubinterpreters leaked [1, 1, 1] references, sum=3
test__xxsubinterpreters leaked [1, 1, 1] memory blocks, sum=3
test__xxsubinterpreters failed

== Tests result: FAILURE ==

1 test failed:
    test__xxsubinterpreters

Total duration: 819 ms
Tests result: FAILURE


It started to leak since:

commit 7dd549eb08939e1927fba818116f5202e76f8d73
Author: Paulo Henrique Silva <ph.silva at carta.com>
Date:   Tue Mar 24 23:19:58 2020 -0300

    bpo-1635741: Port _functools module to multiphase initialization (PEP 489) (GH-19151)

----------
components: Interpreter Core
messages: 365042
nosy: vstinner
priority: normal
severity: normal
status: open
title: test__xxsubinterpreters  leaked [1, 1, 1] references: test_ids_global()
versions: Python 3.9

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


More information about the New-bugs-announce mailing list