Commit 28eac9a
authored
pythongh-137571: Protect against possible UnboundLocalError in gzip._GzipReader.read() (pythonGH-150222)
This has not been observed in practice, but we cannot be 100% sure that
it will not happen with some weird gzip data.1 parent 1daad8a commit 28eac9a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
610 | 610 | | |
611 | 611 | | |
612 | 612 | | |
613 | | - | |
614 | 613 | | |
615 | | - | |
| 614 | + | |
616 | 615 | | |
| 616 | + | |
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
| |||
0 commit comments