summaryrefslogtreecommitdiffstats
path: root/Include/cpython/abstract.h
Commit message (Expand)AuthorAgeFilesLines
* [3.8] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) (G...Petr Viktorin2021-01-121-3/+3
* bpo-37191: Avoid declaration-after-statement in header included from Python.h...Petr Viktorin2019-06-071-4/+7
* bpo-36974: remove _PyObject_HasFastCall (GH-13460)Jeroen Demeyer2019-05-301-4/+0
* bpo-36974: implement PEP 590 (GH-13185)Jeroen Demeyer2019-05-291-34/+83
* Fix typo in _PyObject_FastCallDict documentation (GH-12383)Rémi Lapeyre2019-03-181-1/+1
* bpo-36030: Remove _PyStack_AsTuple() and _PyStack_AsTupleSlice() (GH-12032)Sergey Fedoseev2019-02-251-10/+0
* bpo-35134: Create Include/cpython/abstract.h (GH-10728)Victor Stinner2018-11-261-0/+281