]> 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)
commit9b09ba1234f8ba7a01eaf8986147ae0758712089
tree04928077ec795bc7fd41d0e5ab77532bb2092b08
parent24dfb05d4f7de2d28db2c69560d3afa8f612242c
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