Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GH-124715: Move trashcan mechanism into `Py_Dealloc` (GH-132280) | Mark Shannon | 2025-04-30 | 1 | -2/+0 |
| | |||||
* | gh-130907: Treat all module-level annotations as conditional (#131550) | Jelle Zijlstra | 2025-04-28 | 1 | -0/+18 |
| | |||||
* | gh-130080: move _Py_EnsureArrayLargeEnough to a separate header so it can be ↵ | Irit Katriel | 2025-03-13 | 1 | -13/+24 |
| | | | | used outside of the compiler (#130930) | ||||
* | gh-130740: Move some `stdbool.h` includes after `Python.h` (#130738) | Hugo Beauzée-Luyssen | 2025-03-02 | 1 | -2/+2 |
| | | | | | Move some `#include <stdbool.h>` after `#include "Python.h"` when `pyconfig.h` is not included first and when we are in a platform-agnostic context. This is to avoid having features defined by `stdbool.h` before those decided by `Python.h`. | ||||
* | gh-111178: Fix function signatures in instruction_sequence.c (#130591) | Victor Stinner | 2025-02-26 | 1 | -6/+9 |
| | |||||
* | gh-117680: Fix msvc warning in instruction_sequence.c (#118326) | neonene | 2024-04-26 | 1 | -2/+2 |
| | |||||
* | gh-118023: Fix reference leak (#118025) | Kirill Podoprigora | 2024-04-18 | 1 | -0/+2 |
| | |||||
* | gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629) | Irit Katriel | 2024-04-17 | 1 | -0/+300 |
| | |||||
* | gh-117494: extract the Instruction Sequence data structure into a separate ↵ | Irit Katriel | 2024-04-04 | 1 | -0/+151 |
file (#117496) |