Merged
Conversation
…uplicate dict keys from raising an error and instead overwrite the previous one. Closes GH-2963.
…hon now relies on the feature being there.
… CPython's behaviour.
…or CPython 3.8b1 (GH-2980)
…that CPython 3.8 (beta 1) includes the pos-only count in it rather than adding it.
Add compatability with Bazel 0.26
Current checks breaks when setting 0.10.0 as a Pythran version :-/
And make it more flexible in terms of API change.
And make it more flexible in terms of API change.
* Allow overriding the reading of utilities files. Add set_read_utitlities_hook() to override how utilities files are accessed. This change simplifies how Cython can be packaged into a single file binary executable, where utility files are stored inside the binary executable as package resource.
Blacklists failing test for now
…nition. This manifests as function-type-mismatch sanitization error on Clang.
* Support Pythran shape Through a conversion to array. I've tested that and it's ok performance wise, the C++ compiler can deal with the abstraction (with a small overhead though).
…edundant and boring Python build setups.
…hem are compatible yet.
Includes extra information for some additional types
…492 coroutine test file copied from CPython.
…p variable. Closes #3337.
…class in Python class creation by making the PyClassDefNode own it and other nodes only refer to it, rather than risking stale references in subnodes. (Alternatively, ownership could be distributed across the subnodes, but it's a bit unclear how, and how to refer to the other subnodes then.) Closes #3338.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.