aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/bad_coding.py
Commit message (Collapse)AuthorAge
* gh-108303: Move tokenize-related data to Lib/test/tokenizedata (GH-109265)Nikita Sobolev2023-09-12
|
* - Fix segfault with invalid coding.Neal Norwitz2005-10-02
- SF Bug #772896, unknown encoding results in MemoryError, which is not helpful I will only backport the segfault fix. I'll let Anthony decide if he wants the other changes backported. I will do the backport if asked.