This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mvaled
Recipients docs@python, mvaled
Date 2018-04-03.20:18:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Correction, the documentation for CALL_FUNCTION_VAR said:

Calls a function. *argc* is interpreted as in :opcode:`CALL_FUNCTION`. The top element on the stack contains the variable argument list, followed by keyword and positional arguments.


In a previous comment I pasted the version I'm putting in the PR.
History
Date User Action Args
2018-04-03 20:18:34mvaledsetrecipients: + mvaled, docs@python
2018-04-03 20:18:34mvaledsetmessageid: <[email protected]>
2018-04-03 20:18:34mvaledlinkissue33216 messages
2018-04-03 20:18:34mvaledcreate