Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-107211: No longer export internal functions (4) (#107217) | Victor Stinner | 2023-07-25 | 1 | -1/+2 |
* | gh-94673: Properly Initialize and Finalize Static Builtin Types for Each Inte... | Eric Snow | 2023-05-02 | 1 | -3/+7 |
* | gh-84436: Immortalize in _PyStructSequence_InitBuiltinWithFlags() (gh-104054) | Eric Snow | 2023-05-01 | 1 | -2/+2 |
* | gh-94673: Add _PyStaticType_InitBuiltin() (#95152) | Eric Snow | 2022-07-25 | 1 | -1/+8 |
* | bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g... | Eric Snow | 2022-02-08 | 1 | -5/+0 |
* | bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736) | Victor Stinner | 2022-01-21 | 1 | -0/+5 |
* | bpo-46008: Make runtime-global object/type lifecycle functions and state cons... | Eric Snow | 2021-12-09 | 1 | -0/+7 |
* | bpo-43916: Move the _PyStructSequence_InitType function to the internal API (... | Pablo Galindo | 2021-05-03 | 1 | -0/+21 |