mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
* Support non-UTF-8 shebang and comments if non-UTF-8 encoding is specified. * Detect decoding error in comments for UTF-8 encoding. * Include the decoding error position for default encoding in SyntaxError. |
||
|---|---|---|
| .. | ||
| file_tokenizer.c | ||
| helpers.c | ||
| helpers.h | ||
| readline_tokenizer.c | ||
| string_tokenizer.c | ||
| tokenizer.h | ||
| utf8_tokenizer.c | ||