Files
python-uncompyle6/test/simple_source/bug36/01_call_function.py
2017-04-25 07:31:01 -04:00

6 lines
288 B
Python

# Python 3.6's changes for calling functions.
# See https://github.com/rocky/python-uncompyle6/issues/58
# CALL_FUNCTION_EX takes 2 to 3 arguments on the stack: the function, the tuple of positional arguments,
# and optionally the dict of keyword arguments if bit 0 of oparg is 1.
a(*[])