- 16 Feb, 2022 11 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
runtests: Print shard number also for each command in the EndToEnd test error output to make it easy to find in the logs.
-
Stefan Behnel authored
-
Stefan Behnel authored
runtests: print the shard number in front of the test name to show which was the last test in case it hangs.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 15 Feb, 2022 1 commit
-
-
Matus Valo authored
-
- 13 Feb, 2022 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 11 Feb, 2022 2 commits
-
-
-
0dminnimda authored
-
- 10 Feb, 2022 5 commits
-
-
da-woods authored
Fixes https://github.com/cython/cython/issues/4092 Nested cdef classes are not tested because they don't officially work at this stage (see https://github.com/cython/cython/issues/4572). It should be tested if/when they're fully supported.
-
Stefan Behnel authored
Limited API: Fix line number reporting in tracebacks that accidentally used 'c_line' instead of 'py_line'. In fact, we cannot currently show the C line, so disable C line reporting completely here.
-
Stefan Behnel authored
Follow PEP-484 and warn about "func(x: list = None)" without an explicit "typing.Optional[]" declaration. See https://github.com/cython/cython/issues/3883
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 09 Feb, 2022 5 commits
-
-
Stefan Behnel authored
Avoid an unnecessary inefficiency in a regex, although it is not relevant in practice since the regex is only applied to Cython's only C code. Found by GitHub CodeQL.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Rewrite the section that describes the differences between __cinit__() and __init__(), to make it clearer when to use which.
-
- 06 Feb, 2022 1 commit
-
-
Matti Picus authored
-
- 04 Feb, 2022 3 commits
-
-
Matus Valo authored
-
Stefan Behnel authored
-
Matti Picus authored
Partially reverts https://github.com/cython/cython/commit/1027db04fb7c5bbfea2b9bcdfce0b1f384e26a93
-
- 03 Feb, 2022 2 commits
-
-
Stefan Behnel authored
Make the extension types tutorial actually understandable by itself, without referring to obscure "previous code" and "our integration example" that come out of nowhere.
-
Stefan Behnel authored
-
- 02 Feb, 2022 6 commits
-
-
Stefan Behnel authored
Allow globally forcing C file regeneration by setting the env var CYTHON_FORCE_REGEN=1, e.g. from external build systems.
-
0dminnimda authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Always regenerate .c/cpp output files when changing the Cython version. This is probably what users expect since silently keeping outdated files is error prone.
-
da-woods authored
By disabling "CYTHON_FAST_THREAD_STATE" and "CYTHON_USE_EXC_INFO_STACK" I think this still leaves some breakage in Coroutines.c but it's enough of a fix that Cython succeeds in building itself. Therefore I think it's worth doing now even if it doesn't fix everything. Related to https://github.com/cython/cython/issues/4500
-
- 31 Jan, 2022 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Add Cython.Utils to the list of compiled modules and include a faster @contextmanager for try-finally cases.
-