Skip to content

gh-71253: Run unclosed file test on all io implementations #134164

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

cmaloney
Copy link
Contributor

@cmaloney cmaloney commented May 18, 2025

Update test_io _check_warn_on_dealloc to use self. to dispatch to different I/O implementations.

Update the _pyio implementation to match expected behavior, using the same _dealloc_warn design as the C implementation uses to report the topmost __del__ object.

Update `test_io` `_check_warn_on_dealloc` to use `self.` to dispatch to
different I/O implementations.

Update the `_pyio` implementation to match expected behavior, using the
same `_dealloc_warn` design as the C implementation uses to report the
topmost `__del__` object.
@cmaloney
Copy link
Contributor Author

linked wrong issue...

@cmaloney cmaloney closed this May 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant