summaryrefslogtreecommitdiffstats
path: root/Python/ceval.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-05-09 09:53:16 (GMT)
committerGitHub <noreply@github.com>2017-05-09 09:53:16 (GMT)
commitc8a77d339478e9d67c966a0d0def7e69e372fb1c (patch)
tree1f84d98c1b6b1ae5c462773b88939e56c60f1bb7 /Python/ceval.c
parent4e7457b85316e6591a4f0c3a4d0807bfdf7a2bea (diff)
downloadcpython-c8a77d339478e9d67c966a0d0def7e69e372fb1c.zip
cpython-c8a77d339478e9d67c966a0d0def7e69e372fb1c.tar.gz
cpython-c8a77d339478e9d67c966a0d0def7e69e372fb1c.tar.bz2
Fix SyntaxWarning on importing test_inspect (#1512)
Fix the following warning when test_inspect.py is compiled to test_inspect.pyc: test_inspect.py:505: SyntaxWarning: tuple parameter unpacking has been removed in 3.x def spam_deref(a, b, c, d=3, (e, (f,))=(4, (5,)), *g, **h): Replace also test.test_support import with test.support.
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions