mirror of
https://github.com/python/cpython.git
synced 2026-03-06 04:50:58 +00:00
Remove redundant 'exc = True' line (GH-4357)
It can be removed afterc28890fb42(cherry picked from commit7c9da3e5ba)
This commit is contained in:
parent
7abbddd88d
commit
98ad985afe
1 changed files with 0 additions and 1 deletions
|
|
@ -773,7 +773,6 @@ Is semantically equivalent to::
|
|||
mgr = (EXPR)
|
||||
aexit = type(mgr).__aexit__
|
||||
aenter = type(mgr).__aenter__(mgr)
|
||||
exc = True
|
||||
|
||||
VAR = await aenter
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue