]> granicus.if.org Git - python/commit
[3.6] bpo-33383: Fix crash in get() of the dbm.ndbm database object. (GH-6630). ...
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 29 Apr 2018 12:44:16 +0000 (15:44 +0300)
committerGitHub <noreply@github.com>
Sun, 29 Apr 2018 12:44:16 +0000 (15:44 +0300)
commit1b27ec6e0b40f81bf276eefa6b5bdb773b2a8890
treeadd179856cac02d9d9d859cec611dd1b2574658c
parent4533494ac553273239c809053b54c0ab783a0c78
[3.6] bpo-33383: Fix crash in get() of the dbm.ndbm database object. (GH-6630). (GH-6633)

(cherry picked from commit 2e38cc39330bd7f3003652869b644110a97a78d8)
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