]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45562: Ensure all tokenizer debug messages are printed to stderr (GH-29270)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 29 Oct 2021 17:21:15 +0000 (10:21 -0700)
committerGitHub <noreply@github.com>
Fri, 29 Oct 2021 17:21:15 +0000 (10:21 -0700)
commitd8ca47c943c4ad396a9c70aff35bbbf4b1868876
tree10e7897706d4e305077b52709ccb9f66fb42dc5f
parent191a93905a84f272b2232701dc5dcc69987330f5
bpo-45562: Ensure all tokenizer debug messages are printed to stderr (GH-29270)

(cherry picked from commit cdc7a5827754bec83970bb052d410d55f85b3fff)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Parser/tokenizer.c