gh-115154: Fix untokenize handling of unicode named literals (#115171)

This commit is contained in:
Pablo Galindo Salgado 2024-02-19 14:54:10 +00:00 committed by GitHub
parent d504968983
commit ecf16ee50e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 85 additions and 10 deletions

View file

@ -0,0 +1,2 @@
Fix a bug that was causing the :func:`tokenize.untokenize` function to
handle unicode named literals incorrectly. Patch by Pablo Galindo