mirror of
https://github.com/python/cpython.git
synced 2025-11-09 06:01:05 +00:00
Remove redundant 'exc = True' line (GH-4357)
It can be removed after c28890fb42
This commit is contained in:
parent
bba2239c17
commit
7c9da3e5ba
1 changed files with 0 additions and 1 deletions
|
|
@ -773,7 +773,6 @@ Is semantically equivalent to::
|
||||||
mgr = (EXPR)
|
mgr = (EXPR)
|
||||||
aexit = type(mgr).__aexit__
|
aexit = type(mgr).__aexit__
|
||||||
aenter = type(mgr).__aenter__(mgr)
|
aenter = type(mgr).__aenter__(mgr)
|
||||||
exc = True
|
|
||||||
|
|
||||||
VAR = await aenter
|
VAR = await aenter
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue