[issue22964] dbm.open(..., "x")

Batuhan report at bugs.python.org
Sun May 12 22:35:25 EDT 2019


Batuhan <batuhanosmantaskaya at gmail.com> added the comment:

Python directly passes flags to gdbm (or whatever the dbm interface is). 

gdbm_open((char *)file, 0, flags, mode, NULL)) # _gdbmmodule.c:76

I dont think it is good idea to wrap gdbm for just a flag.

----------
nosy: +BTaskaya

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue22964>
_______________________________________


More information about the Python-bugs-list mailing list