EnvironmentError__init__(): The two case clauses were missing
`break's. This first missing break caused a memory leak when case 3 fell through case 2 in the following example: import os os.chmod('/missing', 0600)
Showing
Please register or sign in to comment