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.
Showing
Please register or sign in to comment
OSError.__init__ could produce incomplete instances, leading to crashes when calling str() on them.