- 21 Sep, 2018 1 commit
-
-
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 11 commits
-
-
Stefan Behnel authored
-
scoder authored
Use exception stack in Py3.7
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Disable a failing test case that is less important than the rest of the Py3.7 exception stack implementation.
-
Stefan Behnel authored
Always break the frame back-pointer chain when exiting from a generator, so that it can be reconnected on the next entry.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Make sure builtins add their utility code also when they are only being used as names (applies to StopAsyncIteration, for example).
-
- 14 Sep, 2018 2 commits
-
-
Stefan Behnel authored
Generally allow the "nogil" decorator and context manager to accept boolean arguments like "@nogil(False)". See #2579.
-
Stefan Behnel authored
Closes #2557.
-
- 09 Sep, 2018 1 commit
-
-
Stefan Behnel authored
-
- 08 Sep, 2018 1 commit
-
-
Stefan Behnel authored
Support 1-dim memory view types in type annotations (requires support in SliceIndexNode, where we previously only had it in IndexNode).
-