- 22 Sep, 2018 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Enable the NumPy 1.7 API macro in all NumPy integration tests that do not rely on deprecated C-API internaly.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #2621.
-
Stefan Behnel authored
Closes #2621.
-
Stefan Behnel authored
Prevent assigned global variables from being marked and treated as closure variables in generators and coroutines. Closes #2613.
-
scoder authored
Fix lambdas/genexpr in @cfunc functions
-
Stefan Behnel authored
Clean up directives to distinguish between those that belong to a function or class and those that are generally inherited. Everything that is not inherited should also not have a default value and instead exist or not. Then, prevent lambdas and generator expressions from inheriting directives from their outer function/scope, e.g. "@cython.cdef". Closes #459.
-
- 21 Sep, 2018 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #2616.
-
- 19 Sep, 2018 2 commits
-
-
Stefan Behnel authored
Check some child nodes against the correct nogil context when they are actually being evaluated in the outer scope (e.g default arguments or annotations of a nogil function).
-
Stefan Behnel authored
Discard invisible type annotations from cdef functions after applying them, as they might get in the way of @nogil declarations etc.
-
- 17 Sep, 2018 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
-
Robert Bradshaw authored
Fixes Github issue #2603.
-
Matt Wozniski authored
-
Matt Wozniski authored
This provides a test case for #2603
-
- 16 Sep, 2018 15 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Warn when no "language_level" is specified.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #2593.
-
Stefan Behnel authored
Also removes the usage of the header file "long.cpp" which was removed in Pythran 0.8.7.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 15 Sep, 2018 4 commits
-
-
Stefan Behnel authored
-
scoder authored
Use exception stack in Py3.7
-
Stefan Behnel authored
-
Stefan Behnel authored
-