]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116437: Use new C API PyDict_Pop() to simplify the code (GH-116438)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 7 Mar 2024 09:21:08 +0000 (11:21 +0200)
committerGitHub <noreply@github.com>
Thu, 7 Mar 2024 09:21:08 +0000 (11:21 +0200)
commit72d3cc94cd8cae1925e7a14f297b06ac6184f916
treedf9d7a5a97a79f97065282dd8e5a89f57ea2e18b
parent882fcede83af783a834b759e4643130dc1307ee3
gh-116437: Use new C API PyDict_Pop() to simplify the code (GH-116438)
15 files changed:
Modules/_asynciomodule.c
Modules/_csv.c
Modules/_elementtree.c
Modules/_threadmodule.c
Modules/posixmodule.c
Modules/timemodule.c
Objects/moduleobject.c
Objects/typeobject.c
Parser/asdl_c.py
Python/Python-ast.c
Python/bltinmodule.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/pythonrun.c