[docs] [issue30076] Opcode names BUILD_MAP_UNPACK_WITH_CALL and BUILD_TUPLE_UNPACK_WITH_CALL are too long

Nick Coghlan report at bugs.python.org
Wed Sep 11 18:54:39 EDT 2019


Nick Coghlan <ncoghlan at gmail.com> added the comment:

So we'd be going with a naming convention where "VAR" corresponds to the star syntax, and whether it means packing or unpacking, or refers to arguments or parameters is context dependent?

I could definitely support that, given that the ambiguity already exists at the Python syntax level.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue30076>
_______________________________________


More information about the docs mailing list