]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix possible NULL pointer dereference in _PyThread_CurrentFrames (GH-96584)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 10 Sep 2022 11:12:46 +0000 (04:12 -0700)
committerGitHub <noreply@github.com>
Sat, 10 Sep 2022 11:12:46 +0000 (04:12 -0700)
commitc563b892618d1859ce0191c2e8097df4b3469f9a
treee45dac098b12583f57bc55a92821f6e707f4d396
parentfecda02eb6ae3723311c2da67bb5dd48797cb8dd
Fix possible NULL pointer dereference in _PyThread_CurrentFrames (GH-96584)

(cherry picked from commit 88a7f661ca02c0eb76b8f19234b8293b70f171e2)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
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