Kaydet (Commit) af9eb962 authored tarafından Terry Jan Reedy's avatar Terry Jan Reedy

Issue #21768: fix NameError in test_pydescr. Patch by Claudiu Popa.

üst fe928de9
......@@ -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):
......
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