mirror of
https://github.com/python/cpython.git
synced 2025-10-09 08:31:26 +00:00
bpo-38839: Fix some unused functions in tests (GH-17189)
This commit is contained in:
parent
54b32c9871
commit
892221bfa0
9 changed files with 12 additions and 19 deletions
|
@ -241,7 +241,7 @@ class CodeTest(unittest.TestCase):
|
|||
def func2():
|
||||
y = 2
|
||||
return y
|
||||
code2 = func.__code__
|
||||
code2 = func2.__code__
|
||||
|
||||
for attr, value in (
|
||||
("co_argcount", 0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue