Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-90928: Improve static initialization of keywords tuple in AC (#95907) | Erlend E. Aasland | 2022-08-13 | 1 | -18/+8 |
* | gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (... | Eric Snow | 2022-08-11 | 1 | -2/+41 |
* | gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210) | Victor Stinner | 2022-05-03 | 1 | -5/+5 |
* | gh-91583: AC: Fix regression for functions with defining_class (GH-91739) | Serhiy Storchaka | 2022-04-30 | 1 | -37/+39 |
* | bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081) | Petr Viktorin | 2022-02-11 | 1 | -3/+3 |
* | bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696) | Petr Viktorin | 2022-02-02 | 1 | -1/+31 |
* | Add _PyType_GetModuleByDef (GH-22835) | Petr Viktorin | 2020-11-03 | 1 | -2/+5 |
* | bpo-38787: C API for module state access from extension methods (PEP 573) (GH... | Petr Viktorin | 2020-05-07 | 1 | -0/+101 |