]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-150146: Fix NULL dereference in `_Py_subs_parameters` (GH-150147) (#150154)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 20 May 2026 13:54:20 +0000 (15:54 +0200)
committerGitHub <noreply@github.com>
Wed, 20 May 2026 13:54:20 +0000 (13:54 +0000)
commitafb12ccbefa82f19ff86a0eadcf9606cfe221906
tree5949e608db53c82ac510981d0fc81d88f206c364
parentbba6c1d9d5721e763df88af187bc0a531e1708b6
[3.14] gh-150146: Fix NULL dereference in `_Py_subs_parameters` (GH-150147) (#150154)

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