Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo in _PyObject_FastCallDict documentation (GH-12383) | Rémi Lapeyre | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | bpo-36030: Remove _PyStack_AsTuple() and _PyStack_AsTupleSlice() (GH-12032) | Sergey Fedoseev | 2019-02-25 | 1 | -10/+0 |
| | |||||
* | bpo-35134: Create Include/cpython/abstract.h (GH-10728) | Victor Stinner | 2018-11-26 | 1 | -0/+281 |
Move abstract.h code surrounded by "#ifndef Py_LIMITED_API" to a new Include/cpython/abstract.h header file. |