mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +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.