- 20 Jul, 2021 3 commits
-
-
Stefan Behnel authored
-
da-woods authored
For example, if they're called on entry/exit to a decorated function they pick up the directives. They should really be independent of most user defined settings, especially local ones.
-
Robert Bradshaw authored
Add --skip-interpreter option to cygdb
-
- 19 Jul, 2021 3 commits
-
-
da-woods authored
* Fix class attributes access where cpp_locals=False. * Add "no-cpp-locals" tag to mark a test as not suitable for running with "cpp_locals=True". * Add a list of "extra_directives" to runtests as additional test mode. Resolves some issues in https://github.com/cython/cython/issues/4266
-
da-woods authored
Seems a remanant of an earlier implementation, but generator expressions *never* use "GeneratorExpressionScope" and in fact it's only used for comprehensions.
-
da-woods authored
-
- 18 Jul, 2021 4 commits
-
-
da-woods authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 16 Jul, 2021 1 commit
-
-
Stefan Behnel authored
-
- 15 Jul, 2021 2 commits
-
-
Matus Valo authored
-
Matus Valo authored
-
- 14 Jul, 2021 3 commits
-
-
Matus Valo authored
-
0dminnimda authored
-
Matus Valo authored
-
- 13 Jul, 2021 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Set the "is_target" attribute for names, attributes and temps (anything name-like) to preserve that information for later pipeline steps.
-
Stefan Behnel authored
Avoid going through an attribute assignment for an intermediate node result since it may not be the end result.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Janek Bevendorff authored
Closes https://github.com/cython/cython/issues/4268
-
Janek Bevendorff authored
Closes https://github.com/cython/cython/issues/4268
-
- 10 Jul, 2021 1 commit
-
-
Stefan Behnel authored
-
- 07 Jul, 2021 1 commit
-
-
Stefan Behnel authored
-
- 06 Jul, 2021 1 commit
-
-
scoder authored
-
- 03 Jul, 2021 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
To be used in https://github.com/cython/cython/pull/4241
-
Stefan Behnel authored
See https://github.com/cython/cython/pull/3626
-
Stefan Behnel authored
-
- 02 Jul, 2021 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
da-woods authored
Closes https://github.com/cython/cython/issues/4172
-
da-woods authored
Allowing these gives people the false impression that they do something meaningful. Closes https://github.com/cython/cython/issues/887 Closes https://github.com/cython/cython/issues/3959
-
da-woods authored
People often have unrealistic expectations about what this typing helps with, so I've added a small paragraph to try to make it clearer.
-