- 31 Jul, 2020 1 commit
-
-
Stefan Behnel authored
-
- 29 Jul, 2020 1 commit
-
-
Stefan Behnel authored
-
- 22 Jul, 2020 1 commit
-
-
Stefan Behnel authored
-
- 10 Jul, 2020 1 commit
-
-
Stefan Behnel authored
Prevent compile error when the result of repr() is assigned to a "unicode" LHS with language_level=3. Closes https://github.com/cython/cython/issues/3736
-
- 08 Jul, 2020 1 commit
-
-
Stefan Behnel authored
-
- 07 Jul, 2020 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 06 Jul, 2020 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 30 Jun, 2020 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 20 Jun, 2020 1 commit
-
-
Stefan Behnel authored
exec() did not allow recent Python syntax features in Py3.8+ due to https://bugs.python.org/issue35975 Closes https://github.com/cython/cython/issues/3695
-
- 17 Jun, 2020 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Re-add "c_api_binop_methods" directive for backwards compatibility after reverting https://github.com/cython/cython/pull/3633 and force it to "False". Closes #3688.
-
- 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 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-