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 BTaskaya
Recipients Antony.Lee, BTaskaya, Claudiu.Popa, berker.peksag
Date 2019-05-13.02:35:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557714925.73.0.719549426801.issue22964@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-05-13 02:35:25BTaskayasetrecipients: + BTaskaya, Claudiu.Popa, berker.peksag, Antony.Lee
2019-05-13 02:35:25BTaskayasetmessageid: <1557714925.73.0.719549426801.issue22964@roundup.psfhosted.org>
2019-05-13 02:35:25BTaskayalinkissue22964 messages
2019-05-13 02:35:25BTaskayacreate