mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
bpo-40462: fix variable and function names (GH-19832)
Automerge-Triggered-By: @vstinner
This commit is contained in:
parent
8727664557
commit
719e14d283
3 changed files with 2 additions and 4 deletions
|
@ -50,7 +50,7 @@ class ClearTest(unittest.TestCase):
|
|||
nonlocal endly
|
||||
try:
|
||||
yield
|
||||
inner()
|
||||
self.inner()
|
||||
finally:
|
||||
endly = True
|
||||
gen = g()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue