]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-121660: Fix `ga_getitem` by explicitly checking for `NULL` result (GH-12166...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 14 Jul 2024 11:48:33 +0000 (13:48 +0200)
committerGitHub <noreply@github.com>
Sun, 14 Jul 2024 11:48:33 +0000 (11:48 +0000)
commit97b06d543fed66d8393c46ea7d01af50ce66e4ca
treedc97f0b657d6aac7b033fda94bbb46b2950ebec0
parent295b791cf485ce5efd73decdb3264951e4726d5b
[3.13] gh-121660: Fix `ga_getitem` by explicitly checking for `NULL` result (GH-121661) (#121761)

gh-121660: Fix `ga_getitem` by explicitly checking for `NULL` result (GH-121661)
(cherry picked from commit bb802db8cfa35a88582be32fae05fe1cf8f237b1)

Co-authored-by: sobolevn <mail@sobolevn.me>
Objects/genericaliasobject.c