mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Flatten nested try ... finally, try ... except.
This commit is contained in:
parent
49ab14f452
commit
fb06746852
1 changed files with 5 additions and 6 deletions
|
@ -1673,7 +1673,6 @@ class XMLParser:
|
|||
self.parser.Parse("", 1) # end of data
|
||||
except self._error as v:
|
||||
self._raiseerror(v)
|
||||
try:
|
||||
try:
|
||||
close_handler = self.target.close
|
||||
except AttributeError:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue