Commit e0791478 authored by Terry Jan Reedy's avatar Terry Jan Reedy

Merge with 3.4

parents 49c02b62 af9eb962
...@@ -1149,7 +1149,7 @@ order (MRO) for bases """ ...@@ -1149,7 +1149,7 @@ order (MRO) for bases """
except (TypeError, UnicodeEncodeError): except (TypeError, UnicodeEncodeError):
pass pass
else: else:
raise TestFailed("[chr(128)] slots not caught") self.fail("[chr(128)] slots not caught")
# Test leaks # Test leaks
class Counted(object): class Counted(object):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment