Skip to content

use regular Thread objects for thread execnet model #336

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

graingert
Copy link
Member

No description provided.

@RonnyPfannschmidt
Copy link
Member

do we have any backlogs on why the thread primitives where not used

this may be related to the idea of "daemon threads and when they where added to cpython

@graingert
Copy link
Member Author

graingert commented Apr 8, 2025

It's a good point: I tried the test suite with regular threads, but it hung. I needed to switch to demonic ones

@RonnyPfannschmidt
Copy link
Member

3f9e3ca in 2013 removed using the modern primitives for the green apis

with the enhancements done in the code recently i believe it absolutely necessary to return to the rich primitives

using daemon threads is necessary - but we need to precisely pick when to use them

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.

2 participants