cpython/Doc/extending
Peter Bierma 5f35702bb6
gh-141004: Document PyImport_Inittab (GH-141844)
Co-authored-by: Stan Ulbrych <stan@ulbrych.org>
Co-authored-by: Victor Stinner <vstinner@python.org>
2025-11-24 16:38:18 +00:00
..
building.rst gh-134160: Split extension module init from PyModule docs; emphasize multi-phase init (GH-135126) 2025-06-13 16:39:35 +02:00
embedding.rst
extending.rst gh-141004: Document PyImport_Inittab (GH-141844) 2025-11-24 16:38:18 +00:00
index.rst
newtypes.rst gh-134786: raise error if Py_TPFLAGS_MANAGED_WEAKREF or Py_TPFLAGS_MANAGED_DICT is used without Py_TPFLAGS_HAVE_GC set (#135863) 2025-11-02 16:34:49 +05:30
newtypes_tutorial.rst Docs: Fix duplicate word typos (GH-135958) 2025-06-26 20:00:19 -04:00
windows.rst