| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [3.8] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) ↵ | Petr Viktorin | 2021-01-12 | 1 | -3/+3 |
| | | | | | | | | | | | (GH-24120) Co-Authored-By: Andreas Schneider <asn@cryptomilk.org> Co-Authored-By: Antoine Pitrou <antoine@python.org>. Co-authored-by: Petr Viktorin <encukou@gmail.com> (cherry picked from commit 056c08211b402b4dbc1530a9de9d00ad5309909f) https://bugs.python.org/issue40052 | ||||
| * | bpo-37191: Avoid declaration-after-statement in header included from ↵ | Petr Viktorin | 2019-06-07 | 1 | -4/+7 |
| | | | | | Python.h (GH-13887) | ||||
| * | bpo-36974: remove _PyObject_HasFastCall (GH-13460) | Jeroen Demeyer | 2019-05-30 | 1 | -4/+0 |
| | | |||||
| * | bpo-36974: implement PEP 590 (GH-13185) | Jeroen Demeyer | 2019-05-29 | 1 | -34/+83 |
| | | | | | | Co-authored-by: Jeroen Demeyer <J.Demeyer@UGent.be> Co-authored-by: Mark Shannon <mark@hotpy.org> | ||||
| * | 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. | |||||
