]> granicus.if.org Git - python/commit
[3.7] bpo-33383: Fix crash in get() of the dbm.ndbm database object. (GH-6630) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 29 Apr 2018 11:50:26 +0000 (04:50 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 29 Apr 2018 11:50:26 +0000 (14:50 +0300)
commitee95feb69d937149bef3d245e87df1aef412b7fc
treee006b3c754dff27577a127ec85a5f6fda873f9db
parent1487c37e7e85e7221adc3030f0f7de023cc99ced
[3.7] bpo-33383: Fix crash in get() of the dbm.ndbm database object. (GH-6630) (GH-6631)

(cherry picked from commit 2e38cc39330bd7f3003652869b644110a97a78d8)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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