Message362573
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 |
|
Date |
User |
Action |
Args |
2020-02-24 09:26:03 | dorosch | set | recipients:
+ dorosch, zd nex |
2020-02-24 09:26:03 | dorosch | set | messageid: <1582536363.13.0.393431001016.issue39672@roundup.psfhosted.org> |
2020-02-24 09:26:03 | dorosch | link | issue39672 messages |
2020-02-24 09:26:03 | dorosch | create | |
|