]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105549: Tokenize separately NUMBER and NAME tokens and allow 0-prefixed...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 9 Jun 2023 21:40:07 +0000 (14:40 -0700)
committerGitHub <noreply@github.com>
Fri, 9 Jun 2023 21:40:07 +0000 (21:40 +0000)
commitae6e002f5a27b267192204177a3b23ce23f0a4e7
tree5278d5525f562c5df7009d98ba05aa834f3097db
parent411366ccdb7708cbf4e00db9186c2cffb3a0c652
[3.12] gh-105549: Tokenize separately NUMBER and NAME tokens and allow 0-prefixed literals (GH-105555) (#105602)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Lib/test/test_tokenize.py
Misc/NEWS.d/next/Core and Builtins/2023-06-09-12-59-18.gh-issue-105549.PYfTNp.rst [new file with mode: 0644]
Parser/tokenizer.c