summaryrefslogtreecommitdiffstats
path: root/Python/executor.c
Commit message (Expand)AuthorAgeFilesLines
* GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for perfor...Mark Shannon2023-08-171-1/+1
* gh-106581: Split `CALL_PY_EXACT_ARGS` into uops (#107760)Guido van Rossum2023-08-161-0/+2
* gh-107758: Improvements to lltrace feature (#107757)Guido van Rossum2023-08-081-1/+1
* gh-106320: Move private _PySet API to the internal API (#107041)Victor Stinner2023-07-221-0/+1
* GH-106701: Move _PyUopExecute to Python/executor.c (GH-106924)Brandt Bucher2023-07-201-0/+125