- Notifications
You must be signed in to change notification settings - Fork1.4k
Add_io.TextIOWrapper.detach method#6267
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for usingCodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
fanninpm commentedNov 15, 2025
Yes, the CI failures are expected at this point. |
youknowone commentedNov 15, 2025
Checking CPython _io_TextIOWrapper_detach_impl will give hints |
As I was trying to get the regression test data uploaded to the website (it hasn't been uploaded to the website sinceFebruary 2025), I ran into an issue where this method wasn't implemented. So far, I've stubbed out a dummy implementation that panics whenever this is called. Does anyone have any ideas on how to implement this method properly?