Skip to content

Conversation

sthagen
Copy link
Owner

@sthagen sthagen commented Aug 9, 2021

No description provided.

fanninpm and others added 18 commits August 2, 2021 19:24
Makes args of `type.__prepare__` optional
This commit fix RangeTestCase.test_range test in test_index.py

TryFromObject implementation for RangeIndex enum did not cover classes
that override __index__ operator which cpython implementation is currently providing
(https://docs.python.org/3.8/library/operator.html#operator.__index__)

I add codes that cover upper case using vm.to_index method.

Signed-off-by: snowapril <[email protected]>
Adds `class` field to `PyGetSet` to fix `__qualname__`
Add test_yield_from from CPython 3.8
typo in slots.rs: SlotDesctuctor -> SlotDestructor
implement Unhashable for collections.deque
Adds `__subclasshook__` to `type`
@sthagen sthagen merged commit fd8a746 into sthagen:master Aug 9, 2021
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.

7 participants