Karl Richter added the comment:

For example, it should be clear why `shelve.open(tempfile.mkstemp()[1])` fails 
with the mentioned exception and `shelve.open("/tmp/bla")` fails. I still 
haven't figured out the constraints to create a working `shelve.Shelve` at all. 
It should be clear why `shelve.open("/tmp/tmphTTQLd")` fails and 
`shelve.open("/tmp/tmphTTQLda")` succeeds. There has to be something unrelated 
to extensions.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23174>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to