summaryrefslogtreecommitdiffstats
path: root/Modules/_testexternalinspection.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-115773: Use the right variable name based on the field we are trying read...Abhinav Upadhyay2024-05-071-2/+2
* gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH...Petr Viktorin2024-05-061-1/+1
* gh-116322: Add Py_mod_gil module slot (#116882)Brett Simmers2024-05-031-0/+6
* gh-114099: Modify preprocessor symbol usage to support older macOS SDKs (GH-1...Russell Keith-Magee2024-04-191-0/+4
* gh-114099 - Add iOS testbed, plus Makefile target to invoke it. (gh-115930)Russell Keith-Magee2024-03-071-4/+7
* gh-115773: Add missing preprocessor guard in _testexternalinspection (#116212)Malcolm Smith2024-03-011-1/+1
* gh-115773: Add tests to exercise the _Py_DebugOffsets structure (#115774)Pablo Galindo Salgado2024-02-281-0/+629