- 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
-
- 01 Apr, 2018 1 commit
-
-
Stefan Behnel authored
-
- 31 Mar, 2018 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #2194.
-
Stefan Behnel authored
Closes #2193.
-
- 30 Mar, 2018 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
- 29 Mar, 2018 2 commits
-
-
Jim Kleckner authored
This adds notes in the documentation to include zip_safe=False when using setuptools instead of distutils for setup.py. Because cimport will not load pxd definitions from a zipped egg file and the default format when installing from a source package using setuptools and "python setup.py install" is to create a zipped egg, including this option will guard against this error when people install this way.
-
luz.paz authored
Found via `codespell -q 3`
-
- 27 Mar, 2018 1 commit
-
-
Stefan Behnel authored
Closes #2134.
-