Skip to content

For readers -- split up init.rst #37

@ZeroIntensity

Description

@ZeroIntensity

I would like to split up the init.rst file in the C API documentation into three separate pages:

  1. Interpreter lifecycle (initialization and finalization).
  2. Concurrency (the GIL, thread states, synchronization).
  3. 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

No one assigned

    Labels

    readersImprove doc readers' life

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions