]> granicus.if.org Git - python/commit
Issue #7309: Unchecked pointer access when converting UnicodeEncodeError, UnicodeDeco...
authorEric Smith <eric@trueblade.com>
Wed, 24 Feb 2010 14:15:36 +0000 (14:15 +0000)
committerEric Smith <eric@trueblade.com>
Wed, 24 Feb 2010 14:15:36 +0000 (14:15 +0000)
commit2d9856d6ce7b338793e5b3c26206500cee2687d7
tree817023072a13f8b8a572ce8a1c9e4cbbe29b17fa
parentebc73dce57b1c616b966ba05fe68db5a1c646d52
Issue #7309: Unchecked pointer access when converting UnicodeEncodeError, UnicodeDecodeError, and UnicodeTranslateError to strings.
Lib/test/test_exceptions.py
Misc/NEWS
Objects/exceptions.c