index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_testexternalinspection.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-130931: Add pycore_interpframe.h internal header (#131249)
Victor Stinner
2025-03-19
1
-1/+2
*
gh-130052: Fix some exceptions on error paths in _testexternalinspection (#13...
Sergey Miryanov
2025-02-20
1
-2/+21
*
GH-91048: Correct error path in testexternalinspection (#129557)
Pablo Galindo Salgado
2025-02-13
1
-0/+15
*
gh-130050: Fix memory leaks in _testexternalinspection (#130051)
Sergey Miryanov
2025-02-12
1
-1/+3
*
gh-129430: Make walking vm regions more efficient in MacOS (#129494)
Pablo Galindo Salgado
2025-01-31
1
-5/+5
*
gh-129223: Raise KeyError in search_map_for_section() if not found (#129262)
Victor Stinner
2025-01-25
1
-0/+4
*
gh-129223: Do not allow the compiler to optimise away symbols for debug secti...
Pablo Galindo Salgado
2025-01-24
1
-13/+24
*
GH-91048: Don't attempt to run on FreeBSD (#129189)
Ćukasz Langa
2025-01-22
1
-5/+7
*
GH-91048: Add utils for capturing async call stack for asyncio programs and e...
Yury Selivanov
2025-01-22
1
-189/+1204
*
GH-128563: Add new frame owner type for interpreter entry frames (GH-129078)
Mark Shannon
2025-01-21
1
-1/+1
*
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow
2024-10-18
1
-1/+3
*
gh-123923: Defer refcounting for `f_executable` in `_PyInterpreterFrame` (#12...
Sam Gross
2024-09-12
1
-3/+4
*
bpo-115773: Use the right variable name based on the field we are trying read...
Abhinav Upadhyay
2024-05-07
1
-2/+2
*
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH...
Petr Viktorin
2024-05-06
1
-1/+1
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
1
-0/+6
*
gh-114099: Modify preprocessor symbol usage to support older macOS SDKs (GH-1...
Russell Keith-Magee
2024-04-19
1
-0/+4
*
gh-114099 - Add iOS testbed, plus Makefile target to invoke it. (gh-115930)
Russell Keith-Magee
2024-03-07
1
-4/+7
*
gh-115773: Add missing preprocessor guard in _testexternalinspection (#116212)
Malcolm Smith
2024-03-01
1
-1/+1
*
gh-115773: Add tests to exercise the _Py_DebugOffsets structure (#115774)
Pablo Galindo Salgado
2024-02-28
1
-0/+629