Remove redundant 'exc = True' line (GH-4357)

It can be removed after c28890fb42
This commit is contained in:
Berker Peksag 2017-11-11 17:55:05 +03:00 committed by GitHub
parent bba2239c17
commit 7c9da3e5ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: