summaryrefslogtreecommitdiffstats
path: root/doc/html/Debugging.html
stat options
Period:
Authors:

Commits per author per week (path 'doc/html/Debugging.html')

AuthorW50 2025W51 2025W52 2025W01 2026Total
Total00000
2/+2 * gh-106320: Remove private _PySys functions (#108452)Victor Stinner2023-08-241-0/+1 * Ignore _Py_write_noraise() result: cast to (void) (#108291)Victor Stinner2023-08-221-5/+5 * GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for perfor...Mark Shannon2023-08-171-1/+1 * gh-106869: Use new PyMemberDef constant names (#106871)Victor Stinner2023-07-251-4/+4 * GH-100987: Allow objects other than code objects as the "executable" of an in...Mark Shannon2023-06-141-2/+2 * gh-105148: make _PyASTOptimizeState internal to ast_opt.c (#105149)Irit Katriel2023-05-311-5/+1 * GH-96803: Add three C-API functions to make _PyInterpreterFrame less opaque f...Mark Shannon2023-05-051-1/+1 * gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#1...Irit Katriel2023-03-161-9/+10 * GH-101578: Normalize the current exception (GH-101607)Mark Shannon2023-02-081-4/+5 * gh-99537: Use Py_SETREF() function in C code (#99657)Victor Stinner2022-11-221-5/+2 * gh-99103: Normalize specialized traceback anchors against the current line (G...Batuhan Taskaya2022-11-121-2/+7 * GH-96421: Insert shim frame on entry to interpreter (GH-96319)Mark Shannon2022-11-101-0/+9 * gh-99300: Use Py_NewRef() in Python/ directory (#99317)Victor Stinner2022-11-10