Implement Py_mod_gil slot for free-threading-safe extensions
#116322
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
topic-free-threading
type-feature
A feature request or enhancement
Feature or enhancement
Proposal:
As described in PEP 703, add a
Py_mod_gilslot that extensions can use to indicate that they are safe to run without the GIL.Has this already been discussed elsewhere?
I have already discussed this feature proposal on Discourse
Links to previous discussion of this feature:
https://peps.python.org/pep-0703/
Linked PRs
The text was updated successfully, but these errors were encountered: