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 erlendaasland
Recipients Anthony Sottile, ammar2, christian.heimes, erlendaasland, pablogsal, paul.moore, shreyanavigyan, stestagg, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-05-21.09:30:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621589412.52.0.0883254924794.issue44184@roundup.psfhosted.org>
In-reply-to
Content
> Crash related to AST in interpreter_clear() remains me bpo-41796.

Well remembered, Victor!

Bisecting using Pablo's reproducer:
fd957c124c44441d9c5eaf61f7af8cf266bafcb1 is the first bad commit
commit fd957c124c44441d9c5eaf61f7af8cf266bafcb1
Author: Victor Stinner <vstinner@python.org>
Date:   Tue Nov 3 18:07:15 2020 +0100

    bpo-41796: Call _PyAST_Fini() earlier to fix a leak (GH-23131)
History
Date User Action Args
2021-05-21 09:30:12erlendaaslandsetrecipients: + erlendaasland, paul.moore, vstinner, christian.heimes, tim.golden, zach.ware, steve.dower, Anthony Sottile, ammar2, pablogsal, stestagg, shreyanavigyan
2021-05-21 09:30:12erlendaaslandsetmessageid: <1621589412.52.0.0883254924794.issue44184@roundup.psfhosted.org>
2021-05-21 09:30:12erlendaaslandlinkissue44184 messages
2021-05-21 09:30:12erlendaaslandcreate