commit | 5979e81a212949c62c2490167c9137d233d7de64 | [log] [tgz] |
---|---|---|
author | Mark Shannon <mark@hotpy.org> | Fri Apr 30 14:32:47 2021 +0100 |
committer | GitHub <noreply@github.com> | Fri Apr 30 14:32:47 2021 +0100 |
tree | f59b6fd4cb8420052b3783ddf460c2932b529c67 | |
parent | 64141382ecbad665d5738ff26d15505f3427c724 [diff] |
bpo-43933: Set frame.f_lineno during call to __exit__ (GH-25719) * Set line number of __exit__ call in a with statement to be that of the with keyword.