]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-46412: More efficient bool() for ndbm/_gdbmmodule (#96692)
authorGuido van Rossum <guido@python.org>
Fri, 9 Sep 2022 02:32:40 +0000 (19:32 -0700)
committerGitHub <noreply@github.com>
Fri, 9 Sep 2022 02:32:40 +0000 (19:32 -0700)
commitdf50938f583b6abd9f31f1ff1f5ad52d7b04ecbb
treeaa1fbb0e797563aae648fb1499b3297dcca59b50
parent95d6330a3edacacd081f55699bd6f0a787908924
GH-46412: More efficient bool() for ndbm/_gdbmmodule (#96692)
Lib/test/test_dbm_gnu.py
Lib/test/test_dbm_ndbm.py
Misc/NEWS.d/next/Library/2022-09-08-20-12-48.gh-issue-46412.r_cfTh.rst [new file with mode: 0644]
Modules/_dbmmodule.c
Modules/_gdbmmodule.c