main
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
gh-130947: Add again PySequence_Fast() to the limited C API (#130948)
gh-116417: Fix WASI build of _testlimitedcapi (#116974)
gh-76595: Add tests for PyCapsule_Import() (GH-154588)
gh-111495: Add tests for `PyCodec_*` C API (#123343)
gh-116417: Move limited C API complex.c tests to _testlimitedcapi (#117014)
gh-141510: Test frozendict in test_capi.test_dict (#145084)
gh-111495: Fix refleaks in test_capi.test_eval tests (#122851)
gh-111495: Add PyFile tests (#129449)
gh-116417: Move limited C API unicode.c tests to _testlimitedcapi (#116993)
gh-145921: Add "_DuringGC" functions for tp_traverse (GH-145925)
gh-144278: Enable overriding sys.implementation's name and cache_tag when building sysmodule.c (GH-144293)
gh-114329: Fix PyList_GetItemRef() limited C API definition (#117520)
gh-152132: Test Py_CompileString() in test_capi.test_run (#153470)
gh-140232: Do not track frozenset objects with immutables (#140234)
gh-149044: Improve Py_tp_base[s] docs & error message for non-type bases (GH-151252)
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
gh-116417: Move limited C API long.c tests to _testlimitedcapi (#117001)
gh-144748: Make PyErr_CheckSignals raise the exception scheduled by PyThreadState_SetAsyncExc (GH-145178)
gh-111495: Add tests for PyTuple C API (#118757)
gh-124502: Add PyUnicode_Equal() function (#124504)
gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571)
gh-111178: Fix function signatures for multiple tests (#131496)
gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)
gh-151130: Add more tests for PyWeakref_* C API (GH-151131)