]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:37:00 +0000 (13:37 +0200)
committerGitHub <noreply@github.com>
Sun, 14 Jul 2024 11:37:00 +0000 (11:37 +0000)
commit7a4b55d602f8ee4e594194e4306556e2342e9b49
treeb8c5f573a611fac74b00fdbb0bfdbc7198f69ae8
parent004758e3a4f80dd3f0f9043c7627b7bee1bbaf9c
[3.12] gh-121660: Fix `ga_getitem` by explicitly checking for `NULL` result (GH-121661) (#121762)

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