- 09 Nov, 2020 1 commit
-
-
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 10 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
-
Stefan Behnel authored
-
Stefan Behnel authored
Disable the embedding test on MacOS-X to get the builds green again. Too many PRs depend on the travis tests to give a green light.
-
da-woods authored
Also turn off the clang warning about deprecated declarations to try to reduce the size of the OSX logs.
-
Stefan Behnel authored
Revert "Revert "Disable the embedding test on MacOS-X to get the builds green again. Too many PRs depend on the travis tests to give a green light."" This reverts commit bea8df39.
-
- 07 Nov, 2020 22 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Ruben Vorderman authored
-
da-woods authored
* Fixed crash on memoryview self-assignment * Rename memoryview decref function to match what it does
-
jbrockmendel authored
-
-
da-woods authored
Also turn off the clang warning about deprecated declarations to try to reduce the size of the OSX logs.
-
Stefan Behnel authored
Revert "Disable the embedding test on MacOS-X to get the builds green again. Too many PRs depend on the travis tests to give a green light." This reverts commit 1c947de7.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Zackery Spytz authored
The comments are taken from the C API documentation (https://docs.python.org/3.9/c-api/cell.html).
-
Zackery Spytz authored
The comments are taken from the C API documentation (https://docs.python.org/3.9/c-api/cell.html).
-
Stefan Behnel authored
-
Stefan Behnel authored
-
jakirkham authored
Ensure that Cython exposes `PyBUF_MAX_NDIM` from Python as part of `cpython.buffer` to allow access to developers.
-
Stefan Behnel authored
Simplify the output stream capturing for the C compiler runs by using a temp file instead of threads.
-
da-woods authored
I think this approach is more satisfactory than the old way it used to "work", where "fused_to_specific" was permanently added to the module scope containing the fused type (in this case the Cython scope), was applied in "Scope.lookup_type", but continued to have an effect on the scope forever. Closes https://github.com/cython/cython/issues/3881
-
Ashwin Srinath authored
Closes https://github.com/cython/cython/issues/1355
-
Zackery Spytz authored
Closes https://github.com/cython/cython/issues/3242
-
Zackery Spytz authored
The comments are taken from the C API documentation: https://docs.python.org/3.9/c-api/codec.html
-
Stefan Behnel authored
Closes https://github.com/cython/cython/issues/2251
-
Stefan Behnel authored
Closes https://github.com/cython/cython/issues/2251
-
- 05 Nov, 2020 2 commits
-
-
Zackery Spytz authored
The comments are taken from the C API documentation: https://docs.python.org/3.9/c-api/codec.html
-
Ashwin Srinath authored
Closes https://github.com/cython/cython/issues/1355
-
- 04 Nov, 2020 1 commit
-
-
Zackery Spytz authored
Closes https://github.com/cython/cython/issues/3242
-
- 26 Oct, 2020 2 commits
-
-
da-woods authored
I think this approach is more satisfactory than the old way it used to "work", where "fused_to_specific" was permanently added to the module scope containing the fused type (in this case the Cython scope), was applied in "Scope.lookup_type", but continued to have an effect on the scope forever. Closes https://github.com/cython/cython/issues/3881
-
da-woods authored
Detect _MSC_VER for __PYX_STD_MOVE_IF_SUPPORTED to support MSVC support even when "__cplusplus" is not set appropriately (GH-3792)
-
- 23 Oct, 2020 1 commit
-
-
scoder authored
-
- 21 Oct, 2020 1 commit
-
-
Stefan Behnel authored
Simplify the output stream capturing for the C compiler runs by using a temp file instead of threads.
-