Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464) | Hai Shi | 2020-04-14 | 1 | -4/+3 |
* | bpo-40241: Add pycore_gc.h header file (GH-19494) | Victor Stinner | 2020-04-13 | 1 | -55/+6 |
* | bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379) | Victor Stinner | 2020-04-07 | 1 | -0/+50 |
* | bpo-40170: PyObject_GET_WEAKREFS_LISTPTR() becomes a function (GH-19377) | Victor Stinner | 2020-04-06 | 1 | -2/+1 |
* | bpo-39573: Add Py_SET_SIZE() function (GH-18400) | Victor Stinner | 2020-02-07 | 1 | -1/+1 |
* | bpo-39573: Add Py_SET_TYPE() function (GH-18394) | Victor Stinner | 2020-02-07 | 1 | -1/+1 |
* | bpo-39542: Make PyObject_INIT() opaque in limited C API (GH-18363) | Victor Stinner | 2020-02-05 | 1 | -0/+33 |
* | bpo-35134: Create Include/cpython/ subdirectory (GH-10624) | Victor Stinner | 2018-11-23 | 1 | -0/+113 |