We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b18bc0 commit f9500a4Copy full SHA for f9500a4
Misc/NEWS.d/next/Core_and_Builtins/2026-02-13-12-00-00.gh-issue-144759.d3qYpe.rst
@@ -1,4 +1,4 @@
1
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
+pointers are ``NULL`` in ``_PyLexer_remember_fstring_buffers()`` and
+``_PyLexer_restore_fstring_buffers()``. The ``NULL`` pointer arithmetic
4
(``NULL - valid_pointer``) is now guarded with explicit ``NULL`` checks.
0 commit comments