h2
h2 copied to clipboard
Fix repr() checks for Python 3.11
In Python 3.11, repr() was modified, this commit fixes the assertions to match the new repr() behavior.
Fix #1268