mirror of https://github.com/python/cpython
Merge with 3.4
This commit is contained in:
commit
e079147870
|
@ -1149,7 +1149,7 @@ order (MRO) for bases """
|
|||
except (TypeError, UnicodeEncodeError):
|
||||
pass
|
||||
else:
|
||||
raise TestFailed("[chr(128)] slots not caught")
|
||||
self.fail("[chr(128)] slots not caught")
|
||||
|
||||
# Test leaks
|
||||
class Counted(object):
|
||||
|
|
Loading…
Reference in New Issue