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-24.09:26:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582536363.13.0.393431001016.issue39672@roundup.psfhosted.org>
In-reply-to
Content
Could you give more details for reproduce it because on the latest version cpython from master branch it's work
You can debug it with help pdb. Just set breakpoint:

...
test_shelve(data)
breakpoint()
data.close()
...

And try run it step-by-step (press 'S' to go to the next step and press 'll' to know where you are now)
https://docs.python.org/3/library/pdb.html#debugger-commands
History
Date User Action Args
2020-02-24 09:26:03doroschsetrecipients: + dorosch, zd nex
2020-02-24 09:26:03doroschsetmessageid: <1582536363.13.0.393431001016.issue39672@roundup.psfhosted.org>
2020-02-24 09:26:03doroschlinkissue39672 messages
2020-02-24 09:26:03doroschcreate