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 amaury.forgeotdarc, corona10, eric.snow, isoschiz, kylotan, lukasz.langa, miss-islington, pconnell, phsilva, santoso.wijaya, shihai1991, tlesher, vstinner, ysj.ray
Date 2020-03-26.01:26:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585185973.03.0.780115840863.issue1635741@roundup.psfhosted.org>
In-reply-to
Content
> bpo-1635741: Port _functools module to multiphase initialization (PEP 489) (GH-19151)
> https://github.com/python/cpython/commit/7dd549eb08939e1927fba818116f5202e76f8d73

This change introduced a regression: bpo-40071 "test__xxsubinterpreters  leaked [1, 1, 1] references: test_ids_global()".
History
Date User Action Args
2020-03-26 01:26:13vstinnersetrecipients: + vstinner, amaury.forgeotdarc, kylotan, tlesher, phsilva, ysj.ray, santoso.wijaya, lukasz.langa, eric.snow, pconnell, isoschiz, corona10, miss-islington, shihai1991
2020-03-26 01:26:13vstinnersetmessageid: <1585185973.03.0.780115840863.issue1635741@roundup.psfhosted.org>
2020-03-26 01:26:13vstinnerlinkissue1635741 messages
2020-03-26 01:26:12vstinnercreate