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-06-29.13:48:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593438526.74.0.905369755189.issue39672@roundup.psfhosted.org>
In-reply-to
Content
Hello, 
ok but it seems to me that this segfault happens always (it is not random)? So I guess that there should be way how fix C pickle, no? Or something else should be done with __del__ method of shelve. Because in Python2 this was normally working. It seems to me that when user just reads data of shelve and then exit happens this can happen.

Why Python2 normally worked?
History
Date User Action Args
2020-06-29 13:48:46zd nexsetrecipients: + zd nex, dorosch
2020-06-29 13:48:46zd nexsetmessageid: <1593438526.74.0.905369755189.issue39672@roundup.psfhosted.org>
2020-06-29 13:48:46zd nexlinkissue39672 messages
2020-06-29 13:48:46zd nexcreate