Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-108765: Cleanup #include in Python/*.c files (#108977) | Victor Stinner | 2023-09-06 | 1 | -1/+1 |
| | | | Mention one symbol imported by each #include. | ||||
* | gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863) | Victor Stinner | 2023-09-04 | 1 | -0/+1 |
| | | | | | | Move the private _PyErr_WriteUnraisableMsg() functions to the internal C API (pycore_pyerrors.h). Move write_unraisable_exc() from _testcapi to _testinternalcapi. | ||||
* | gh-108765: Python.h no longer includes <unistd.h> (#108783) | Victor Stinner | 2023-09-02 | 1 | -2/+2 |
| | |||||
* | GH-100987: Allow objects other than code objects as the "executable" of an ↵ | Mark Shannon | 2023-06-14 | 1 | -1/+1 |
| | | | | | | | | | | internal frame. (GH-105727) * Add table describing possible executable classes for out-of-process debuggers. * Remove shim code object creation code as it is no longer needed. * Make lltrace a bit more robust w.r.t. non-standard frames. | ||||
* | gh-103295: expose API for writing perf map files (#103546) | gsallam | 2023-05-21 | 1 | -68/+16 |
| | | | | | Co-authored-by: Aniket Panse <aniketpanse@fb.com> Co-authored-by: Gregory P. Smith <greg@krypto.org> Co-authored-by: Carl Meyer <carl@oddbird.net> | ||||
* | gh-103650: Fix perf maps address format (#103651) | Arthur Pastel | 2023-05-07 | 1 | -1/+1 |
| | |||||
* | gh-81057: Move Ceval Trampoline Globals to _PyRuntimeState (gh-100083) | Eric Snow | 2022-12-09 | 1 | -30/+14 |
| | | | https://github.com/python/cpython/issues/81057 | ||||
* | gh-96143: Move the perf trampoline files to the Python directory (#98675) | Pablo Galindo Salgado | 2022-10-25 | 1 | -0/+531 |