Mark Shannon
|
fd54e6e509
|
PEP 590: Swap tp_vectorcall_offset and tp_vectorcall slots. (GH-1026)
PEP 590: Swap tp_vectorcall_offset and tp_vectorcall slots to allow Cython to use vectorcall in versions before 3.8.
|
2019-05-07 09:54:57 -04:00 |
Mark Shannon
|
d0b3fc8288
|
PEP 590: Remove unnecessary PyObject_VectorCall function. Rename PyObject_VectorCallWithCallable to PyObject_VectorCall. Correct note about use of PY_VECTORCALL_ARGUMENTS_OFFSET in PyObject_VectorCall. Correct grammar in section on internal CPython changes. (GH-992)
|
2019-04-24 14:05:47 -04:00 |
Serhiy Storchaka
|
ad7f2b2f6c
|
Remove trailing spaces from many PEPs (#983)
|
2019-04-16 07:50:15 -07:00 |
Petr Viktorin
|
bb386b9b89
|
PEP 590: Add "Vectorcall" and "fastcall" keywords (#984)
- Add "Vectorcall" to the PEP title to make it easier to reference
- Mention "fastcall" in the abstract, for people familiar with the term
|
2019-04-14 10:51:37 +01:00 |
Mark Shannon
|
349b6d6b8b
|
PEP 590: Clarify the use of PY_VECTORCALL_ARGUMENTS_OFFSET. (GH-980)
|
2019-04-10 13:22:42 +02:00 |
Jeroen Demeyer
|
92f4dbdbf1
|
PEP 590: minor edits (#973)
|
2019-04-07 12:34:18 +01:00 |
Mark Shannon
|
7a4c4969c1
|
PEP 590: A new calling convention for CPython (#960)
Ready for discussion, though more edits are expected.
|
2019-04-03 08:11:19 -07:00 |