Skip to content

Commit f9500a4

Browse files
committed
gh-144759: Fix NEWS entry to use plain markup for internal functions
Replace :c:func: references with double-backtick markup since these are internal functions without documentation entries.
1 parent 0b18bc0 commit f9500a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Fix undefined behavior in the lexer when ``start`` and ``multi_line_start``
2-
pointers are ``NULL`` in :c:func:`_PyLexer_remember_fstring_buffers` and
3-
:c:func:`_PyLexer_restore_fstring_buffers`. The ``NULL`` pointer arithmetic
2+
pointers are ``NULL`` in ``_PyLexer_remember_fstring_buffers()`` and
3+
``_PyLexer_restore_fstring_buffers()``. The ``NULL`` pointer arithmetic
44
(``NULL - valid_pointer``) is now guarded with explicit ``NULL`` checks.

0 commit comments

Comments
 (0)