]> granicus.if.org Git - python/commit
bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Feb 2018 14:25:40 +0000 (06:25 -0800)
committerGitHub <noreply@github.com>
Mon, 26 Feb 2018 14:25:40 +0000 (06:25 -0800)
commita9e0b070b3e36701d0139361c769d374c4aacf1a
treebabb8e457884a5d0fb852b7c7df9d77d9e941db7
parent4cffe2f66b581fa7538f6de884d54a5c7364d8e0
bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832)

(cherry picked from commit 6f600ff1734ca2fdcdd37a809adf8130f0d8cc4e)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_dbm_dumb.py
Lib/test/test_dbm_gnu.py
Lib/test/test_dbm_ndbm.py
Misc/NEWS.d/next/Library/2018-02-23-19-12-04.bpo-32922.u-xe0B.rst [new file with mode: 0644]
Modules/_dbmmodule.c
Modules/_gdbmmodule.c
Modules/clinic/_dbmmodule.c.h
Modules/clinic/_gdbmmodule.c.h