]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
ceval: Use _PyTuple_FromArraySteal in BUILD_TUPLE (GH-96516)
authorKevin Modzelewski <kmod@users.noreply.github.com>
Wed, 14 Sep 2022 03:44:32 +0000 (23:44 -0400)
committerGitHub <noreply@github.com>
Wed, 14 Sep 2022 03:44:32 +0000 (12:44 +0900)
commit4781535a5796838fc4ce88e6e669e8907e426685
tree98824a253ab3dd25261bc1a598ec2934a4a74258
parentf2d749a2c2188fbca97d4b542f6b6ad4f58c2c71
ceval: Use _PyTuple_FromArraySteal in BUILD_TUPLE (GH-96516)
Python/ceval.c