]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-144759: Fix undefined behavior from NULL pointer arithmetic in lexer (GH...
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Sat, 28 Feb 2026 13:49:37 +0000 (13:49 +0000)
committerGitHub <noreply@github.com>
Sat, 28 Feb 2026 13:49:37 +0000 (13:49 +0000)
commit1a2b0fb3e5eac4e767e6bbb0b2c3cedaedafc07b
tree33ab3b379dbc75ccbac98884ba5ae659df727f5e
parent2daece9903d1b3843462ced14f6fc659f70eb9f5
[3.13] gh-144759: Fix undefined behavior from NULL pointer arithmetic in lexer (GH-144788) (#145355)
Lib/test/test_repl.py
Misc/NEWS.d/next/Core and Builtins/2026-02-13-12-00-00.gh-issue-144759.d3qYpe.rst [new file with mode: 0644]
Parser/lexer/buffer.c