You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, only one of the threads in a thread pool will be initialized as a long-running Python thread. I should also investigate whether it's possible to call PyGILState_Release on a different thread other than the one calls PyGILState_Ensure in the thread pool.
Versions / Dependencies
TODO
Reproduction script
TODO
Issue Severity
None
The text was updated successfully, but these errors were encountered:
kevin85421
added
bug
Something that is supposed to be working; but isn't
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
core
Issues that should be addressed in Ray Core
and removed
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Mar 4, 2025
What happened + What you expected to happen
Currently, only one of the threads in a thread pool will be initialized as a long-running Python thread. I should also investigate whether it's possible to call
PyGILState_Release
on a different thread other than the one callsPyGILState_Ensure
in the thread pool.Versions / Dependencies
TODO
Reproduction script
TODO
Issue Severity
None
The text was updated successfully, but these errors were encountered: