You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most I/O tests are setup for running on multiple implementations. As tests have been added for bug fixes some now use open() or the class constructor directly instead of the self. 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.
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 use
open()
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
The text was updated successfully, but these errors were encountered: