]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix possible NULL pointer dereference in _PyThread_CurrentFrames (GH-96584)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Fri, 9 Sep 2022 11:33:40 +0000 (17:03 +0530)
committerGitHub <noreply@github.com>
Fri, 9 Sep 2022 11:33:40 +0000 (12:33 +0100)
commit88a7f661ca02c0eb76b8f19234b8293b70f171e2
tree76098ddbead29a28d0f936e8c30f7b29f334e23a
parent30cc1901efa18180a83bf8402df9e1c10d877c49
Fix possible NULL pointer dereference in _PyThread_CurrentFrames (GH-96584)
Misc/NEWS.d/next/Core and Builtins/2022-09-05-15-07-25.gh-issue-96582.HEsL5s.rst [new file with mode: 0644]
Python/pystate.c