-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[coverage] tokenizer.c: valid_utf8 #94823
Labels
type-bug
An unexpected behavior, bug, or error
Comments
mdboom
added a commit
to mdboom/cpython
that referenced
this issue
Jul 15, 2022
When loading a source file from disk, there is a separate UTF-8 validator distinct from the one in `unicode_decode_utf8`. This exercises that code path with the same set of invalid inputs as we use for testing the "other" UTF-8 decoder.
miss-islington
pushed a commit
that referenced
this issue
Aug 16, 2022
When loading a source file from disk, there is a separate UTF-8 validator distinct from the one in `unicode_decode_utf8`. This exercises that code path with the same set of invalid inputs as we use for testing the "other" UTF-8 decoder.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 16, 2022
…94856) When loading a source file from disk, there is a separate UTF-8 validator distinct from the one in `unicode_decode_utf8`. This exercises that code path with the same set of invalid inputs as we use for testing the "other" UTF-8 decoder. (cherry picked from commit f215d7c) Co-authored-by: Michael Droettboom <[email protected]>
pablogsal
pushed a commit
that referenced
this issue
Aug 16, 2022
#96029) Co-authored-by: Michael Droettboom <[email protected]>
Fixed by #94856 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
valid_utf8 seems to never be fed invalid UTF-8 by the test suite.
The text was updated successfully, but these errors were encountered: