Update test/test_types from CPython 3.11.2 by tdub0 · Pull Request #4683 · RustPython/RustPython
RustPython / RustPython Public
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Merged
Merged
Conversation
tdub0
commented
Mar 12, 2023
tdub0
commented
Contributor
#4564
Changes from CPython v3.11.2 produce a single failure on a new test test_dunder_get_signature. There seems to be no signature found in builtin method __get__ of 'method_descriptor' objects, so it raises a ValueError. I added the expectedFailure decorator to that function.
tdub0 added 3 commits
DimitrisJim
reviewed
Lib/test/test_types.py Outdated
DimitrisJim
approved these changes
DimitrisJim
left a comment
DimitrisJim
left a comment
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for this!
DimitrisJim
mentioned this pull request
DimitrisJim
merged commit
f583f9a
into
RustPython:main
tdub0
deleted the
test_types_modify
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment