◐ Shell
clean mode source ↗

[3.13] gh-144872: fix heap buffer overflow `_PyTokenizer_ensure_utf8` (GH-144807) by StanFromIreland · Pull Request #145441 · python/cpython

Conversation

…_utf8` (pythonGH-144807)

(cherry picked from commit 3fc945d)

Co-authored-by: AdamKorcz <44787359+AdamKorcz@users.noreply.github.com>

This was referenced

Mar 2, 2026

StanFromIreland

with self.subTest(seq=seq):
self.assertRaises(SyntaxError, compile, seq, '<test>', 'exec')

@requires_subprocess()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: this line caused the conflict.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

damn