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 2019-11-20.10:46:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574246788.29.0.456259034239.issue38858@roundup.psfhosted.org>
In-reply-to
Content
> New changeset ef5aa9af7c7e493402ac62009e4400aed7c3d54e by Victor Stinner in branch 'master':
> bpo-38858: Reorganize pycore_init_types() (GH-17265)

This change introduced a reference leak:

https://buildbot.python.org/all/#builders/80/builds/771

test_atexit leaked [792, 792, 792] references, sum=2376
test_capi leaked [528, 528, 528] references, sum=1584
test__xxsubinterpreters leaked [17954, 17952, 17954] references, sum=53860
test_threading leaked [792, 792, 792] references, sum=2376

It should be fixed by PR 17286.
History
Date User Action Args
2019-11-20 10:46:28vstinnersetrecipients: + vstinner
2019-11-20 10:46:28vstinnersetmessageid: <1574246788.29.0.456259034239.issue38858@roundup.psfhosted.org>
2019-11-20 10:46:28vstinnerlinkissue38858 messages
2019-11-20 10:46:28vstinnercreate