- 28 Oct, 2017 19 commits
-
-
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
-
Nils Braun authored
Make it possible to pass the type together with the index into _index_type_code, as this is needed during type interference
-
Nils Braun authored
-
Nils Braun authored
-
Lisandro Dalcin authored
-
Lisandro Dalcin authored
-
Lisandro Dalcin authored
Mark unused vars with `(void)x;` [should silence Coverity Scan]
-
- 27 Oct, 2017 1 commit
-
-
Lisandro Dalcin authored
-
- 24 Oct, 2017 8 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Repair indexing syntax in generated Pythran code: must use "(...)" for multiple indices, but "[...]" for a single index. Also refactor indexing code to avoid duplication. Closes #1946.
-
scoder authored
Bug fix for deque and vector random-access iterators
-
- 22 Oct, 2017 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
travis: we should hear it if Py3.6-dev ever starts failing. (And we should eventually remove it, but it feels too early right now.)
-
Stefan Behnel authored
Hard switch off IPython test if import fails. Could not find a better way to keep it from failing on appveyor.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 21 Oct, 2017 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
travis: we should hear it if Py3.6-dev ever starts failing. (And we should eventually remove it, but it feels too early right now.)
-
Stefan Behnel authored
Hard switch off IPython test if import fails. Could not find a better way to keep it from failing on appveyor.
-
AraHaan authored
When building the generated code in an embedded interpreter the module init function will no longer be exported if CYTHON_NO_PYINIT_EXPORT is defined. See https://github.com/cython/cython/issues/1944 for details.
-
Stefan Behnel authored
-