diff options
author | Mark Shannon <mark@hotpy.org> | 2022-08-11 13:06:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-11 13:06:32 (GMT) |
commit | 1b46d118e6e72daa64b98cafddb406c68b419efa (patch) | |
tree | 2c165173112ccf7104d5bc075e2a10988185a5c1 /Misc | |
parent | 23a757f44fbe29924da8bec7f3682f99a2c0fee5 (diff) | |
download | cpython-1b46d118e6e72daa64b98cafddb406c68b419efa.zip cpython-1b46d118e6e72daa64b98cafddb406c68b419efa.tar.gz cpython-1b46d118e6e72daa64b98cafddb406c68b419efa.tar.bz2 |
GH-95818: Skip incomplete frames in `PyThreadState_GetFrame` (GH-95886)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-08-11-11-01-56.gh-issue-95818.iClLdl.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-08-11-11-01-56.gh-issue-95818.iClLdl.rst b/Misc/NEWS.d/next/Core and Builtins/2022-08-11-11-01-56.gh-issue-95818.iClLdl.rst new file mode 100644 index 0000000..1e243f5 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-08-11-11-01-56.gh-issue-95818.iClLdl.rst @@ -0,0 +1 @@ +Skip over incomplete frames in :c:func:`PyThreadState_GetFrame`. |