Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-108765: Cleanup #include in Python/*.c files (#108977) | Victor Stinner | 2023-09-06 | 1 | -2/+3 |
| | | | Mention one symbol imported by each #include. | ||||
* | Ignore _Py_write_noraise() result: cast to (void) (#108291) | Victor Stinner | 2023-08-22 | 1 | -1/+1 |
| | | | | Code using _Py_write_noraise() usually cannot report. Ignore errors is the least surprising behavior for users. | ||||
* | GH-100987: Allow objects other than code objects as the "executable" of an ↵ | Mark Shannon | 2023-06-14 | 1 | -1/+2 |
| | | | | | | | | | | 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-101520: Move tracemalloc functionality into core, leaving interface in ↵ | Mark Shannon | 2023-05-17 | 1 | -0/+1560 |
Modules. (#104508) |