This commit is contained in:
Kovid Goyal 2022-10-19 08:13:48 +05:30
parent a63071b4fd
commit 3335ebafa3
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -62,6 +62,7 @@ class Tokenize:
return token
# change scope out
elif token == r'\}':
if self.__uc_value:
self.__uc_value.pop()
self.__reini_utf8_counters()
return token