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 zd nex
Recipients dorosch, zd nex
Date 2020-02-25.09:18:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582622308.59.0.232552172851.issue39672@roundup.psfhosted.org>
In-reply-to
Content
So I was trying it again in Python 3.6.9 and 3.8.1 directly in REPL. And it behaves same.  I have tried it on two different linux boxes (both 64bit) where I have diffrent versions. In both of them it crashes in same way .. destroy _ast and then it crashes and faulthandler again shows shelve (pickle)


So I am attaching new crash reports directly from REPL where I just call list(data.items()) and then exit()

Btw it seems to me that when PDB is active crash does not occurs until exit() is called.
History
Date User Action Args
2020-02-25 09:18:28zd nexsetrecipients: + zd nex, dorosch
2020-02-25 09:18:28zd nexsetmessageid: <1582622308.59.0.232552172851.issue39672@roundup.psfhosted.org>
2020-02-25 09:18:28zd nexlinkissue39672 messages
2020-02-25 09:18:28zd nexcreate