Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cpython
Repository
cpython
Objects
exceptions.c
Find file
Blame
History
Permalink
Issue #15229: An OSError subclass whose __init__ doesn't call back
· 88f37b59
Antoine Pitrou
authored
Jun 30, 2012
OSError.__init__ could produce incomplete instances, leading to crashes when calling str() on them.
88f37b59