[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
| 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters