- 23 Feb, 2019 11 commits
-
-
Stefan Behnel authored
Prevent the time stamps in the test runner from being captured together with the output of the C compiler.
-
Stefan Behnel authored
Disable the new compiler warning about ambiguous exception return values when the function is external (and therefore possibly not under the control of the user).
-
Stefan Behnel authored
Faster absolute reimports
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 22 Feb, 2019 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
When running a single test for multiple language levels, make sure they end up in different directories to prevent overwriting each other.
-
Stefan Behnel authored
-
Stefan Behnel authored
GH-2854: Implement CPython's safety guard against concurrent module initialisations during the import.
-
Stefan Behnel authored
-
Stefan Behnel authored
GH-2854: Reimplement absolute module imports to speed them up, especially under Py3.7. Cython used to be 3x slower than CPython here. Also enable absolute imports automatically in top-level (non-package) modules.
-
Stefan Behnel authored
Allow testing a single test file with both Cy2 and Cy3 language levels by giving it the new tag "all_language_levels".
-
- 20 Feb, 2019 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 19 Feb, 2019 14 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
This reverts commit d49062fd.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
When detecting an invalid system configuration for overflow checks, at least print a warning, instead of leaving a dangling live exception behind.
-
Robert Bradshaw authored
This fixes Github issue #2819.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
-
Stefan Behnel authored
Document trashcan
-
Jeroen Demeyer authored
-
- 18 Feb, 2019 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
@cython.trashcan directive to enable the Python trashcan for deallocations
-
- 17 Feb, 2019 2 commits
-
-
Stefan Behnel authored
Optimise internal fallback method call to ".__await__()" in Py3.7+ by directly unpacking the method instance.
-
Stefan Behnel authored
-