- 01 May, 2020 16 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
See https://github.com/cython/cython/pull/3562
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
smutch authored
See #1407.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Kamekameha authored
These are mutable and therefore affect the stdlib build_ext options. Fixes #2209
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
smutch authored
See #1407.
-
- 30 Apr, 2020 10 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
This reverts commit 4900109c. This is trying to parallelise the appveyor build again after allowing the setup.py script to be imported on a multiprocessing "spawn".
-
Stefan Behnel authored
-
Stefan Behnel authored
Make the setup.py script importable to enable multiprocessing builds that need to "spawn" processes (usually on Windows).
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Fix duplicate code generation in assert condition, found for lambda functions that are used as conditions in "test_grammar.py".
-
- 29 Apr, 2020 14 commits
-
-
Stefan Behnel authored
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Kamekameha authored
These are mutable and therefore affect the stdlib build_ext options. Fixes #2209
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
This was previously broken by the introduction of the "__PYX_ERR()" macro.
-
Stefan Behnel authored
-
Stefan Behnel authored
This allows taking advantage of the automatic "with gil" block handling for raising exceptions, allows proper control flow analysis, etc.
-
Stefan Behnel authored
Always call the refnanny on function exit if we set it up on entry, not just in GIL-owning functions. This was previously using inconsistent conditions on entry and exit of the function.
-
Stefan Behnel authored
Fix expected test warnings after fixing the pipeline that extracts entries from generated Cython utility code. Previously, it was emitting warnings twice because it was running the analysis twice.
-
Stefan Behnel authored
This was previously broken by the introduction of the "__PYX_ERR()" macro.
-