v3.15.0a3
gh-119786: Move garbage collection doc from devguide to InternalDocs (#125282)
Move doc on structure from devguide to `InternalDocs` (GH-142237)
fix some typos (#138977)
gh-119786: cleanup internal docs and fix internal links (#127485)
gh-119786: Add jit.md. Move adaptive.md to a section of interpreter.md. (#127175)
gh-138081: fix some dead links in InternalDocs (#138082)
Improve format of `InternalDocs/exception_handling.md` (#134969)
gh-138122: Don't sample partial frame chains (#141912)
GH-135552: Make the GC clear weakrefs later (GH-136189)
gh-119786: Remove mention of `_PyThreadState_BumpFramePointer` from `InternalDocs/interpreter.md` (#141816)
gh-137959: Fix `TIER1_TO_TIER2` macro name in JIT InternalDocs (GH-141496)
Fix some typos in various doc files (GH-132589)
gh-119786: Add InternalDocs/qsbr.md. (gh-135411)
GH-139653: Only raise an exception (or fatal error) when the stack pointer is about to overflow the stack. (GH-141711)
gh-142472: Clean-up _PyStackRef functions (gh-142479)