]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33383: Fix crash in get() of the dbm.ndbm database object. (#6630)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 29 Apr 2018 09:38:06 +0000 (12:38 +0300)
committerGitHub <noreply@github.com>
Sun, 29 Apr 2018 09:38:06 +0000 (12:38 +0300)
commit2e38cc39330bd7f3003652869b644110a97a78d8
tree5f1a63d9c23d486cdbf8a588e442d3c307917b07
parent577948329976985ea9bef23d9a6c3dd7108211bf
bpo-33383: Fix crash in get() of the dbm.ndbm database object. (#6630)
Lib/test/test_dbm.py
Lib/test/test_dbm_dumb.py
Lib/test/test_dbm_gnu.py
Lib/test/test_dbm_ndbm.py
Misc/NEWS.d/next/Library/2018-04-29-11-15-38.bpo-33383.g32YWn.rst [new file with mode: 0644]
Modules/_dbmmodule.c
Modules/clinic/_dbmmodule.c.h