]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-150146: Fix NULL dereference in `_Py_subs_parameters` (GH-150147) (#150153)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 20 May 2026 13:55:30 +0000 (15:55 +0200)
committerGitHub <noreply@github.com>
Wed, 20 May 2026 13:55:30 +0000 (13:55 +0000)
commit61444f60a1d82f8458d078c600405dff7256f196
tree1f4346fa589872a32328456e8538e3e3806f63bd
parent9c2620964e46cc9d3e31f3cdea329e44ebbb86fb
[3.15] gh-150146: Fix NULL dereference in `_Py_subs_parameters` (GH-150147) (#150153)

gh-150146: Fix NULL dereference in `_Py_subs_parameters` (GH-150147)
(cherry picked from commit f621ba16b72510e1abc9646a844a632df4ac275c)

Co-authored-by: sobolevn <mail@sobolevn.me>
Lib/test/test_genericalias.py
Misc/NEWS.d/next/Core_and_Builtins/2026-05-20-13-06-17.gh-issue-150146.i5m_SL.rst [new file with mode: 0644]
Objects/genericaliasobject.c