Skip to content
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

accept fileno-having objects for GIL-less capture #83

Merged
merged 1 commit into from
Apr 24, 2024
Merged

Conversation

minrk
Copy link
Owner

@minrk minrk commented Apr 24, 2024

allows low-level forwarding to files without any background thread

should work for GIL-less capture to files

Might be as close as it gets to closing #20

#20 shouldn't occur when capturing to a file

We could reimplement pipe capture using real temporary files instead of in-memory pipes to truly fix #20

allows low-level forwarding to files without any background thread

should work for GIL-less capture to files
@minrk minrk changed the title accept fileno-having objects accept fileno-having objects for GIL-less capture Apr 24, 2024
@minrk minrk closed this Apr 24, 2024
@minrk minrk reopened this Apr 24, 2024
@minrk minrk merged commit 628a8dc into main Apr 24, 2024
20 of 23 checks passed
@minrk minrk deleted the file_pipes branch April 24, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wurlitzer hangs when the GIL is taken by C code
1 participant