Tin mới
gh-155907: Fix error handling in the marshal C API (GH-155909)
gh-156371: Fix missing PyRefTracer_DESTROY events for trashcan objects (gh-156372)
gh-155905: Fix error handling in _testcapi helpers (GH-155906)
gh-154144: Fix false positive from the stdbool.h guard in _testcapimodule.c (GH-154145)
gh-151929: Get uptime on BSD/macOS in pythoninfo (#152189)
gh-151130: Add more tests for PyWeakref_* C API (GH-151131)
gh-149101: Implement PEP 788 (GH-149116)
gh-148274: properly handle result from `PyObject_VisitManagedDict` (#148275)
gh-146615: Fix format specifiers in test cextensions (GH-146618)
gh-146175: Soft-deprecate outdated macros; convert internal usage (GH-146178)
gh-145783: Propagate errors raised in `NEW_TYPE_COMMENT` (#145784)
gh-142434: Use ppoll() if available in select.poll (#143529)
gh-142225: Add PyABIInfo_VAR to to _testcapimodule & _testinternalcapi (GH-142833)
GH-139914: Handle stack growth direction on HPPA (GH-140028)
gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)
gh-139276: Remove generator type check in _testcapimodule.c:raise_SIGINT_then_send_None (#139252)
gh-133644: remove `PyWeakref_GetObject` and `PyWeakref_GET_OBJECT` (GH-133657)
gh-139098: Use multiphase initialization in `_testcapi` (GH-139102)
gh-138794: Communicate to PyRefTracer when they are being replaced (#138797)
gh-137210: Add a struct, slot & function for checking an extension's ABI (GH-137212)
gh-133296: Publicly expose critical section API that accepts PyMutex (gh-135899)
gh-136300: Modify C tests to conform to PEP-737 (GH-136301)
gh-135709: Fix two compile warnings on WASM buildbot (#135712)
GH-133912: Fix `PyObject_GenericSetDict` to handle inline values (GH-134725)
gh-111178: fix UBSan failures for `Modules/_testcapimodule.c` (#131614)
gh-111178: Fix function signatures for multiple tests (#131496)
gh-130382: add missing `_PyReftracerTrack` to ceval `Py_DECREF` (#130689)
GH-130396: Use computed stack limits on linux (GH-130398)
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
gh-128911: Use PyImport_ImportModuleAttr() function (#129657)