]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove redundant check in dbm.open() (GH-111844)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 8 Nov 2023 17:42:41 +0000 (19:42 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Nov 2023 17:42:41 +0000 (19:42 +0200)
commit804575b5c05f1dc94ccfebf6c5736d95410a0f01
tree5adea48ff7f6256d07f85da85d2582ab85fea829
parenta3903c8ec838f82338f7a7af68a6699118778e1d
Remove redundant check in dbm.open() (GH-111844)

PyUnicode_FSConverter() already checks for embedded null characters.
Modules/_dbmmodule.c