diff options
author | Barry Warsaw <barry@python.org> | 2000-07-09 04:56:25 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2000-07-09 04:56:25 +0000 |
commit | 7dfeb42939b36919d59943360e737389e1202c47 (patch) | |
tree | 747fb944597a7c89a7c1ff798d94d58764aff0b2 /Objects/sliceobject.c | |
parent | 4288c80599642880dd5710ccd2ce5d2c80696a81 (diff) | |
download | cpython-git-7dfeb42939b36919d59943360e737389e1202c47.tar.gz |
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)
Diffstat (limited to 'Objects/sliceobject.c')
0 files changed, 0 insertions, 0 deletions