Skip to content

Merge from origin.#2

Merged
KmolYuan merged 300 commits intoKmolYuan:masterfrom
cython:master
Feb 7, 2020
Merged

Merge from origin.#2
KmolYuan merged 300 commits intoKmolYuan:masterfrom
cython:master

Conversation

@KmolYuan
Copy link
Owner

@KmolYuan KmolYuan commented Feb 7, 2020

No description provided.

scoder and others added 30 commits May 31, 2019 08:13
…uplicate dict keys from raising an error and instead overwrite the previous one.

Closes GH-2963.
…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.
scoder and others added 29 commits January 8, 2020 12:12
* 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.
…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).
Includes extra information for some additional types
…492 coroutine test file copied from CPython.
…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.
@KmolYuan KmolYuan merged commit 9ee2d76 into KmolYuan:master Feb 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.