]> granicus.if.org Git - python/commit
bail in unicode error's __str__ methods if the objects are not properly initialized...
authorBenjamin Peterson <benjamin@python.org>
Wed, 2 Apr 2014 16:15:06 +0000 (12:15 -0400)
committerBenjamin Peterson <benjamin@python.org>
Wed, 2 Apr 2014 16:15:06 +0000 (12:15 -0400)
commitc4e6e0a27944893103f78090eb7d026be0f3707d
tree4db4778856a84f11c162001c4de7617345b8368f
parent9190b6f4a6f4119d6459d04a74f9b1ad511d1ca0
bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134)
Lib/test/test_exceptions.py
Misc/NEWS
Objects/exceptions.c