- 08 Sep, 2018 1 commit
-
-
Stefan Behnel authored
Fix constant folding of multiplied string literals when they appear in another constant expression. In this case, the multiplied value was lost and replaced by the original value.
-
- 03 Aug, 2018 6 commits
-
-
Stefan Behnel authored
Enable some tests that were unintentionally not being executed because docstrings in cdef functions are not visible to Python.
-
Stefan Behnel authored
Make a test work in Py3.7 that changed behaviour in Python 3.7 ("generator_stop" future import became active by default).
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #2494.
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #2484.
-
- 23 Jul, 2018 1 commit
-
-
Stefan Behnel authored
-
- 22 Jul, 2018 1 commit
-
-
Callie LeFave authored
Signed-off-by: Stefan Behnel <stefan_ml@behnel.de>
-
- 18 Jul, 2018 1 commit
-
-
Stefan Behnel authored
-
- 08 Jul, 2018 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
The change of making "tstate->exc_state" a struct was introduced in CPython 3.7.0a3 and not 3.7.0a2, which some people still seem to be using right now.
-
- 26 Jun, 2018 2 commits
-
-
Stefan Behnel authored
Add safety checks to prevent exception subtype checks with non-types. This raises a TypeError in Py3 now and we should handle that at some point.
-
Stefan Behnel authored
Closes #2425.
-
- 03 Jun, 2018 1 commit
-
-
Stefan Behnel authored
Fix: reallowing tp_clear() in a subtype of an @no_gc_clear extension type generated an invalid C function call to the (non-existent) base type implementation. Closes #2309.
-
- 27 May, 2018 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
This reverts commit eb0e4666.
-
- 21 May, 2018 1 commit
-
-
Stefan Behnel authored
Fix error reporting on very early errors when the Cython runtime configuration module is not set up yet. See #2199.
-
- 18 May, 2018 3 commits
-
-
Stefan Behnel authored
Avoid segfault due to a bug in g++ 4.4.7 when the -Os setting for the module init function is enabled. Closes #2235.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 03 May, 2018 3 commits
-
-
Stefan Behnel authored
Closes #1771.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 01 May, 2018 3 commits
-
-
Robert Bradshaw authored
Bug fix for boolean return using statement with internal commas.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 26 Apr, 2018 1 commit
-
-
Alex Huszagh authored
-
- 17 Apr, 2018 3 commits
-
-
Stefan Behnel authored
Avoid uninitialised C variable (and thus potentially undefined behaviour), even if it's not actually being used in that case.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 13 Apr, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 12 Apr, 2018 1 commit
-
-
scoder authored
Improve libcpp.unordered_map API
-
- 08 Apr, 2018 2 commits
- 06 Apr, 2018 1 commit
-
-
Stefan Behnel authored
-