-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
readersImprove doc readers' lifeImprove doc readers' life
Description
- Link to discussion about the proposal (Discourse or GitHub):
Doc/c-api/init.rstis way too big
I would like to split up the init.rst file in the C API documentation into three separate pages:
- Interpreter lifecycle (initialization and finalization).
- Concurrency (the GIL, thread states, synchronization).
- Subinterpreters (
Py_NewInterpreter*,PyInterpreterConfig) +PyInterpreterState*APIs.
We might even want an additional page for profiling (PyRefTracer and PyTrace*).
I've heard pushback because this would break external references to the existing items on that page.
Metadata
Metadata
Assignees
Labels
readersImprove doc readers' lifeImprove doc readers' life