Skip to content

Fix repr() checks for Python 3.11 #1269

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

Closed
wants to merge 1 commit into from

Conversation

eclipseo
Copy link

@eclipseo eclipseo commented Jul 3, 2022

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

Fix #1268

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

Fix python-hyper#1268
@heirecka
Copy link

Works for me with Python 3.11, but breaks for older versions.

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)
3 participants