v3.15.0a7
gh-134160: Split extension module init from PyModule docs; emphasize multi-phase init (GH-135126)
gh-134160: Use multi-phase init in documentation examples (#134296)
Docs: remove unneeded author attributions (#145002)
gh-134160: "First extension module" tutorial improvements (GH-144183)
gh-134160: Start "Extending and embedding" with a Diataxis-style tutorial (GH-142314)
gh-134786: raise error if `Py_TPFLAGS_MANAGED_WEAKREF` or `Py_TPFLAGS_MANAGED_DICT` is used without `Py_TPFLAGS_HAVE_GC` set (#135863)