Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #1

Merged
merged 744 commits into from
Nov 4, 2020
Merged

update #1

merged 744 commits into from
Nov 4, 2020

Conversation

sairam4123
Copy link
Owner

No description provided.

scoder and others added 30 commits June 5, 2020 21:14
…return type annotations. (GH-3664)

When you use Python type annotations, it would be weird if you lost Python exception propagation semantics along the way, just by compiling the code. So the default behaviour is "except? -1" here for C integer types.

Arguably, this would also be a better default for the decorator case.

See #3625 (comment)
ptype and others added 29 commits October 5, 2020 06:05
`xml.etree.ElementTree.Element.getiterator()` was deprecated in Python
2.7 & 3.2 and removed in the freshly released Python 3.9.
…3865)

`xml.etree.ElementTree.Element.getiterator()` was deprecated in Python
2.7 & 3.2 and removed in Python 3.9.
…npredictable random prefixes for long names across multiple Python runs.
It seems to be unused and it looked like the existing implementation was faulty.
…Too many PRs depend on the travis tests to give a green light.
…rt even when "__cplusplus" is not set appropriately (GH-3792)
I think this approach is more satisfactory than the old way it used to "work", where "fused_to_specific" was permanently added to the module scope containing the fused type (in this case the Cython scope), was applied in "Scope.lookup_type", but continued to have an effect on the scope forever.

Closes #3881
@sairam4123 sairam4123 merged commit ded213a into sairam4123:master Nov 4, 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.