]> granicus.if.org Git - python/commit
Issue #15229: An OSError subclass whose __init__ doesn't call back
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 30 Jun 2012 21:37:47 +0000 (23:37 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 30 Jun 2012 21:37:47 +0000 (23:37 +0200)
commitf87289bb58e71f5df73cbd594cbc0c0515e91c4b
tree0ab9487f6c843687835426960fab5e3eb6316eae
parent4c99071c9be1cf81e915ebfcb17dcf50c6e489d6
Issue #15229: An OSError subclass whose __init__ doesn't call back
OSError.__init__ could produce incomplete instances, leading to crashes
when calling str() on them.
Lib/test/test_pep3151.py
Misc/NEWS
Objects/exceptions.c