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 <1522786714.95.0.467229070634.issue33216@psf.upfronthosting.co.za>
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: <1522786714.95.0.467229070634.issue33216@psf.upfronthosting.co.za>
2018-04-03 20:18:34mvaledlinkissue33216 messages
2018-04-03 20:18:34mvaledcreate