Skip to content

Fix repr() checks for Python 3.11 #1274

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

Merged
merged 1 commit into from
Jan 30, 2023
Merged

Conversation

jspricke
Copy link

@jspricke jspricke commented Dec 2, 2022

In Python 3.11, repr() was modified, this commit fixes the
assertions to match the new repr() behavior.

Fix #1268
Same as #1269 but with support for older Python versions.

In Python 3.11, repr() was modified, this commit fixes the
assertions to match the new repr() behavior.

Fix python-hyper#1268
Copy link
Member

@mhils mhils left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 🍰

@mhils mhils merged commit fe22fb3 into python-hyper:master Jan 30, 2023
@jspricke jspricke deleted the fix_repr_py311 branch January 30, 2023 16:02
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.

Python 3.11.0b1 test failures due to repr() changes (again)
2 participants