diff options
author | Michael J. Sullivan <sully@msully.net> | 2019-05-22 13:43:37 -0700 |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-05-22 13:43:36 -0700 |
commit | d8a82e2897b735e2b7e9e086f1d709365a2ad72c (patch) | |
tree | 205e3c569ca3d23346a4a8e3aa7bba46d352a7df /Python/frozenmain.c | |
parent | 0c2b6a3943aa7b022e8eb4bfd9bffcddebf9a587 (diff) | |
download | cpython-git-d8a82e2897b735e2b7e9e086f1d709365a2ad72c.tar.gz |
bpo-36878: Only allow text after `# type: ignore` if first character ASCII (GH-13504)
This disallows things like `# type: ignoreƩ`, which seems wrong.
Also switch to using Py_ISALNUM for the alnum check, for consistency
with other code (and maybe correctness re: locale issues?).
https://bugs.python.org/issue36878
Diffstat (limited to 'Python/frozenmain.c')
0 files changed, 0 insertions, 0 deletions