mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Merge with 3.4
This commit is contained in:
commit
e079147870
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue