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 ncoghlan
Recipients Jim Fasarakis-Hilliard, ncoghlan, serhiy.storchaka
Date 2017-04-18.12:35:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492518937.45.0.820321548207.issue30076@psf.upfronthosting.co.za>
In-reply-to
Content
I think it should be sufficient connection to describe the link in the documentation as:

* BUILD_VAR_POSITIONAL: a variant of BUILD_TUPLE_UNPACK tailored specifically for use in function calls
* BUILD_VAR_KEYWORD: a variant of BUILD_MAP_UNPACK tailored specifically for use in function calls

The BUILD_*_UNPACK documentation could also point to their relevant function call counterpart: "Note: function calls do not use this opcode, they use the specialized BUILD_VAR_<kind>".
History
Date User Action Args
2017-04-18 12:35:37ncoghlansetrecipients: + ncoghlan, serhiy.storchaka, Jim Fasarakis-Hilliard
2017-04-18 12:35:37ncoghlansetmessageid: <1492518937.45.0.820321548207.issue30076@psf.upfronthosting.co.za>
2017-04-18 12:35:37ncoghlanlinkissue30076 messages
2017-04-18 12:35:37ncoghlancreate