mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
* gh-94360: Fix a tokenizer crash when reading encoded files with syntax errors from stdin Signed-off-by: Pablo Galindo <pablogsal@gmail.com> * nitty nit Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
2 lines
137 B
ReStructuredText
2 lines
137 B
ReStructuredText
Fixed a tokenizer crash when reading encoded files with syntax errors from
|
|
``stdin`` with non utf-8 encoded text. Patch by Pablo Galindo
|