Skip to content

Commit 7d517f5

Browse files
Fix NEWS rst: use inline code instead of :func: for internal _interpreters API
1 parent 57a99d4 commit 7d517f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/NEWS.d/next/Core_and_Builtins/2026-06-30-13-00-00.gh-issue-151842.OOM31g.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Fix a segfault in :func:`_interpreters.capture_exception` under memory
1+
Fix a segfault in ``_interpreters.capture_exception()`` under memory
22
pressure. When ``_PyXI_NewExcInfo()`` failed to allocate, the cleanup path
33
called ``_PyXI_FreeExcInfo(NULL)``, which then dereferenced offset 0 in
44
``_excinfo_clear_type()``. ``_PyXI_FreeExcInfo()`` now accepts ``NULL`` like

0 commit comments

Comments
 (0)