Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Open
Description
Bug report
Bug description:
Most I/O tests are setup for running on multiple implementations. As tests have been added for bug fixes some now useopen()
or the class constructor directly instead of theself.
version which does implementation delegation. This means that some features are not tested when the I/O module implementation is changed (ex._io
,_pyio
).
I'm planning to use this as a meta issue as I find individual cases and update the test, fixing up implementations as needed to get tests passing.
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
- gh-133982: Update test_bufio to use self.open #133983
- gh-133982: Run unclosed file test on all io implementations #134165
- [3.14] gh-133982: Update test_bufio to use self.open (gh-133983) #134428
- [3.13] gh-133982: Update test_bufio to use self.open (gh-133983) #134429
- [3.14] gh-133982: Run unclosed file test on all io implementations (gh-134165) #134433
- [3.13] gh-133982: Run unclosed file test on all io implementations (gh-134165) #134434