diff options
Diffstat (limited to 'tests/bytecode/mp-tests/fun3.py')
-rw-r--r-- | tests/bytecode/mp-tests/fun3.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/bytecode/mp-tests/fun3.py b/tests/bytecode/mp-tests/fun3.py deleted file mode 100644 index 5336a7079..000000000 --- a/tests/bytecode/mp-tests/fun3.py +++ /dev/null @@ -1,3 +0,0 @@ -def f(a, b): - def g(c, d=None, *, e=True): - return a + b + c + d + e |