Commit Graph

4 Commits

Author SHA1 Message Date
Dean Li
66bb59016d generalize IOErrorWithFilename to use PathOrFd 2021-09-29 22:16:45 +08:00
Dean Li
3af3b1f0d9 OSError with filename and filename2
Implement OSError members `filename` and `filename2` by adding a new
struct `IOErrorWithFilename` will implement `IntoPyException`.

This PR will *NOT* pass more CPython test(*) but will allow user to
access `attr:filename` in OSError exception which IMO is a important
feacture.
2021-09-28 20:08:57 +08:00
Padraic Fanning
0aa36ff0b0 Mark erroring/failing tests 2021-06-02 18:22:27 -04:00
Padraic Fanning
2924fe8633 Add test_urllib from CPython 3.8 2021-06-02 18:18:58 -04:00