]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118379: Use PyTuple_Pack instead of Py_BuildValue if possible (GH-118381)
authorNice Zombies <nineteendo19d0@gmail.com>
Tue, 30 Apr 2024 14:55:15 +0000 (16:55 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Apr 2024 14:55:15 +0000 (17:55 +0300)
commit9a75d56d5d9fdffb6ce9d83ede98486df238102d
tree119a65ca0729b89d0dded348682f42ab5b767c65
parent17a8af9508d6001e1666de984e2fb73f02167306
gh-118379: Use PyTuple_Pack instead of Py_BuildValue if possible (GH-118381)
Modules/_decimal/_decimal.c
Modules/_testbuffer.c
Modules/_testcapimodule.c
Modules/_testclinic.c
Modules/posixmodule.c
Python/errors.c