-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Open
Labels
Description
Documentation
While working on #141810, I noticed that init.rst covers three very complicated topics:
- Interpreter initialization and finalization
- Threads and concurrency
- Subinterpreters
This makes it pretty huge and difficult to find things. I think we should split this up into two pages. Let's have a page for interpreter-related topics (initialization, finalization, subinterpreters), and a separate page for anything related to threads (PyMutex, critical sections, thread states, etc.).
Metadata
Metadata
Assignees
Labels
Projects
Status
Todo