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 BTaskaya, petr.viktorin, shihai1991, vstinner
Date 2020-11-03.17:07:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
New changeset fd957c124c44441d9c5eaf61f7af8cf266bafcb1 by Victor Stinner in branch 'master':
bpo-41796: Call _PyAST_Fini() earlier to fix a leak (GH-23131)
https://github.com/python/cpython/commit/fd957c124c44441d9c5eaf61f7af8cf266bafcb1
History
Date User Action Args
2020-11-03 17:07:19vstinnersetrecipients: + vstinner, petr.viktorin, BTaskaya, shihai1991
2020-11-03 17:07:19vstinnersetmessageid: <[email protected]>
2020-11-03 17:07:19vstinnerlinkissue41796 messages
2020-11-03 17:07:19vstinnercreate