Skip to content

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