- 10 Dec, 2020 2 commits
-
-
Warren Weckesser authored
Eliminate C compiler warnings by making the constness of the char* pointers in the declarations in pycapsule.pxd match the actual types of the PyCapsule_* functions.
-
Robert Bradshaw authored
Use Py_TYPE() and __Pyx_SET_SIZE() functions
-
- 09 Dec, 2020 1 commit
-
-
Victor Stinner authored
Replace direct access to PyObject members with functions like Py_TYPE() and __Pyx_SET_SIZE().
-
- 06 Dec, 2020 1 commit
-
-
Robert Bradshaw authored
-
- 05 Dec, 2020 1 commit
-
-
da-woods authored
Change suggested by Stepan Kasal on Cython-devel list
-
- 04 Dec, 2020 1 commit
-
-
Robert Bradshaw authored
-
- 28 Nov, 2020 2 commits
-
-
Stefan Behnel authored
-
neonene authored
The C-API function applied in previous commit (https://github.com/cython/cython/commit/b37607f46b165e81f7af2b4eec2ae7f76f7717df) is now also obsolete. This patch works for cython 0.29 and cpython after (https://github.com/python/cpython/commit/1e996c3a3b51e9c6f1f4cea8a6dbcf3bcb865060#diff-d2c90d06d281ca8dd7ac8b90109fc26755f7319dd209b5f9416efdecfa56e289).
-
- 27 Nov, 2020 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 26 Nov, 2020 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 20 Nov, 2020 8 commits
-
-
Stefan Behnel authored
Fix "__Pyx_PyObject_AsDouble()" special-casing to prevent de-optimisation through potential PyFloat unpack-repack cycles.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 19 Nov, 2020 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 18 Nov, 2020 6 commits
-
-
Stefan Behnel authored
(Probably not as optimal since it can lead to de-optimisation when we actually need a PyFloat result.)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Add flags and missing exception declaration for PyOS_*() string conversion functions in cpython/conversion.pxd.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 14 Nov, 2020 1 commit
-
-
Fedor Alekseev authored
-
- 09 Nov, 2020 3 commits
-
-
scoder authored
-
scoder authored
-
Zackery Spytz authored
The comments are taken from the C API documentation (https://docs.python.org/3.9/c-api/file.html). PyObject_AsFileDescriptor() is already present in object.pxd.
-
- 08 Nov, 2020 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes https://github.com/cython/cython/pull/3902
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Zackery Spytz authored
-