- 18 Aug, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
seems like the explicit deepcopy helpers in the control flow state objects are no longer needed but crash the compiler due to infinite recursion
-
- 17 Aug, 2015 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
fix crash where Coroutine deallocation could execute Python code to print a warning which could trigger GC and hit the dead Coroutine object
-
- 16 Aug, 2015 4 commits
-
-
Stefan Behnel authored
hopefully fix crash where Coroutine deallocation could execute Python code to print a warning which could trigger GC and hit the dead Coroutine object
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 15 Aug, 2015 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
exclude optimised builtin methods from being the Python method call optimisation (previously broke code generation)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 14 Aug, 2015 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
disable syntax support for "yield" expressions in function argument annotations and default args which never worked and crashes the compiler
-
Robert Bradshaw authored
This solves the issue reported by Volker Braun where conflicting using aliases of uint64_t would result in compile time errors. Unfortunately, this also means that it's always included if CYTHON_USE_PYLONG_INTERNALS is set, but it's a short header.
-
- 13 Aug, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 12 Aug, 2015 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
- comma at end of any argument list (even in lambdas) - "yield from" does not accept implicit tuple arguments
-
Stefan Behnel authored
- comma at end of any argument list (even in lambdas) - "yield from" does not accept implicit tuple arguments
-
Stefan Behnel authored
disable syntax support for "yield" expressions in function argument annotations and default args which never worked and crashes the compiler
-
Stefan Behnel authored
-
- 11 Aug, 2015 2 commits
-
-
scoder authored
make C char* string literals "const" unless specified otherwise
-
Stefan Behnel authored
-
- 10 Aug, 2015 1 commit
-
-
Stefan Behnel authored
-
- 09 Aug, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-