- 30 Mar, 2021 1 commit
-
-
Stefan Behnel authored
-
- 29 Mar, 2021 2 commits
-
-
Stefan Behnel authored
Avoid calling "PyErr_Clear()" in "__Pyx_CyFunction_get_is_coroutine()" if no error was raised (by our code).
-
谭九鼎 authored
-
- 27 Mar, 2021 1 commit
-
-
da-woods authored
* Avoid UtilityCode from cimport_from_pyx files * Unique names for generated cfunc wrappers, avoid pxd pickle code * Set .in_pxd on nodes prior to analyse_declarations Fixes #3716 Fixes #3741 Fixes #3734
-
- 21 Mar, 2021 10 commits
-
-
da-woods authored
Mostly with the hope that the tests pass. Ideally we should support the most recent version.
-
Vadim Pushtaev authored
Closes https://github.com/cython/cython/issues/2233
-
Max Bachmann authored
Even though the Python documentation states, that PyUnicode_KIND will return an int, it actually returns a value of the underlying type of the PyUnicode_Kind enum. This could be e.g. an unsigned int which can cause warnings about signed/unsigned comparisons.
-
Stefan Behnel authored
-
da-woods authored
Backported from 3dc2b9df Partial fix for https://github.com/cython/cython/issues/3919
-
Max Bachmann authored
clang warns about dead code when an if-statement always evaluates to false. This warning can be silenced using an extra '()'.
-
Max Bachmann authored
-
Max Bachmann authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 18 Mar, 2021 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Victor Stinner authored
The `test.support` has been split into sub-modules. Adapt `test_exceptions` (originally coped from CPython) for these changes.
-
- 19 Feb, 2021 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 18 Feb, 2021 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
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.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
Disable time_pxd test in Python 3.4
-
- 16 Feb, 2021 1 commit
-
-
da-woods authored
It uses features that are unavailable thus always fails Test was introduced in https://github.com/cython/cython/pull/3767
-
- 09 Feb, 2021 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
da-woods authored
Closes https://github.com/cython/cython/issues/4000
-
Stefan Behnel authored
-
da-woods authored
Closes https://github.com/cython/cython/issues/4000
-
- 26 Jan, 2021 1 commit
-
-
da-woods authored
It was broken in https://github.com/cython/cython/pull/3976 which added an additional error message.
-
- 23 Jan, 2021 3 commits
-
-
Robert Bradshaw authored
Fixed e_decorators test
-
Robert Bradshaw authored
Warning message on cpdef variables (0.29.x)
-
Robert Bradshaw authored
Expose "long and overflow" cpython functions
-
- 21 Jan, 2021 1 commit
-
-
Daniele Varrazzo authored
These functions are available since Python 2.7. Close #3980
-
- 15 Jan, 2021 1 commit
-
-
Robert Bradshaw authored
Changed "declared after use" warning to error
-
- 13 Jan, 2021 1 commit
-
-
jbrockmendel authored
* ENH: implement cpython/time.pxd Co-authored-by:
scoder <stefan_ml@behnel.de>
-
- 12 Jan, 2021 1 commit
-
-
da-woods authored
In 0.11.1 is was marked as an warning that would become an error. 3.0 is probably either the time to make it an error (or to remove the note that it'll be an error in future)
-