- 29 Oct, 2017 25 commits
-
-
-
Stefan Behnel authored
-
-
scoder authored
Minor changes to try/finally code generation [should silence Coverity]
-
scoder authored
Fix annotation_typing test case
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Julian Gethmann authored
-
Julian Gethmann authored
* Add `mypy` as a tag to the `pure_py3.py` test module. * Add type hint for MyStruct2 in pure_py3 test, because MyStruct2 is of type `cython.typedef` instead of `cython.StructType`, so one needs to explicitly provide its type.
-
Julian Gethmann authored
-
Julian Gethmann authored
* run mypy against test modules tagged with `mypy`
-
Julian Gethmann authored
-
Lisandro Dalcin authored
Minor C code generation/utility fixes
-
Lisandro Dalcin authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Julian Gethmann authored
* `FusedType` for the PEP484's stub file
-
Julian Gethmann authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 28 Oct, 2017 15 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Move CYTHON_NO_PYINIT_EXPORT utility code into external file to avoid lengthy chain of plain text code generation.
-
scoder authored
Add CYTHON_NO_PYINIT_EXPORT macro. (#1944)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Thomas A Caswell authored
CPython change how the exception information is stored internally in 3.7a3. This simply adds fences based on python version around how to access the objects. Xref: https://github.com/python/cpython/commit/ae3087c6382011c47db82fea4d05f8bbf514265d https://bugs.python.org/issue25612 https://github.com/python/cpython/pull/1773
-
scoder authored
FIX: account for change in how exception information is stored
-
Thomas A Caswell authored
CPython change how the exception information is stored internally in 3.7a3. This simply adds fences based on python version around how to access the objects. Xref: https://github.com/python/cpython/commit/ae3087c6382011c47db82fea4d05f8bbf514265d https://bugs.python.org/issue25612 https://github.com/python/cpython/pull/1773
-
Stefan Behnel authored
Avoid comparing arbitrary type string representations for equality and instead check for the correct instance type first.
-
Stefan Behnel authored
-
scoder authored
Type inference for Pythran expressions
-
Nils Braun authored
-
Nils Braun authored
-
Nils Braun authored
-
Nils Braun authored
-