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 dorosch
Recipients dorosch, zd nex
Date 2020-02-25.09:53:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582624429.35.0.936901937768.issue39672@roundup.psfhosted.org>
In-reply-to
Content
Hello
I was finally reproduce your problem.
Probles was in Lib/shelve.py module in method Shelf.sync. When python is shut down in classes calls __exit__ methods, in our issues method __exti__ called method close() which called method sync(). Method sync() tried sync data between disk and memory storage. But if key didn't exists on disk - python has error segfault.
I attach path for this problem and I will prepare PR soon.
History
Date User Action Args
2020-02-25 09:53:49doroschsetrecipients: + dorosch, zd nex
2020-02-25 09:53:49doroschsetmessageid: <1582624429.35.0.936901937768.issue39672@roundup.psfhosted.org>
2020-02-25 09:53:49doroschlinkissue39672 messages
2020-02-25 09:53:49doroschcreate