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 vstinner
Date 2020-03-26.01:25:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585185925.55.0.269553071046.issue40071@roundup.psfhosted.org>
In-reply-to
Content
$ ./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@carta.com>
Date:   Tue Mar 24 23:19:58 2020 -0300

    bpo-1635741: Port _functools module to multiphase initialization (PEP 489) (GH-19151)
History
Date User Action Args
2020-03-26 01:25:25vstinnersetrecipients: + vstinner
2020-03-26 01:25:25vstinnersetmessageid: <1585185925.55.0.269553071046.issue40071@roundup.psfhosted.org>
2020-03-26 01:25:25vstinnerlinkissue40071 messages
2020-03-26 01:25:25vstinnercreate