An error occurred fetching the project authors.
- 14 Jun, 2020 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 11 Jun, 2020 1 commit
-
-
Stefan Behnel authored
-
- 10 Jun, 2020 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes https://github.com/cython/cython/issues/3674
-
- 06 Jun, 2020 1 commit
-
-
Stefan Behnel authored
-
- 05 Jun, 2020 1 commit
-
-
Stefan Behnel authored
Return statements inside of nested try-except statements lead to an incorrect control flow graph that did not take the outer 'finally' clauses into account. Closes https://github.com/cython/cython/issues/3666
-
- 04 Jun, 2020 1 commit
-
-
Stefan Behnel authored
-
- 27 May, 2020 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 26 May, 2020 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 24 May, 2020 3 commits
-
-
Stefan Behnel authored
-
scoder authored
This avoids the METH_O function signature by default, since it does not match normal Python semantics. * Fix unicode name handling of no-args functions when allowing keywords. * Fix a crash when a keyword argument is passed to a function that does not allow them. Previously, the reported key name was not set and thus NULL. * Extend "always_allow_keywords" test to cover some edge cases. Some are commented out as they currently only work with the fastcall implementation.
-
Robert Bradshaw authored
-
- 20 May, 2020 1 commit
-
-
Stefan Behnel authored
-
- 18 May, 2020 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 16 May, 2020 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 15 May, 2020 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes https://github.com/cython/cython/issues/1462
-
Stefan Behnel authored
-
- 13 May, 2020 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Make sure the module init function is declared as 'extern "C"' in C++ also when the CYTHON_NO_PYINIT_EXPORT option is used. Closes #3414.
-
- 12 May, 2020 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 10 May, 2020 1 commit
-
-
Stefan Behnel authored
-
- 09 May, 2020 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Reimplement __Pyx_PyDict_GetItemStrWithError() as a hacky version in Py2 to get the semantics right of returning a borrowed reference with non-KeyError exceptions left in place. Closes https://github.com/cython/cython/issues/3578
-