Terry J. Reedy <tjre...@udel.edu> added the comment:

Right. This opcode is the end of a sequence of opcodes that sets up the stack 
in the way expected. Perhaps something like

Pushes a new function object on the stack. From bottom to top, the consumed 
stack must have have argc & 0xFF positional default parameter objects, (argc >> 
8) & 0xFF keyword only name, default parameter object pairs (with name and 
object in separate positions), (argc >> 16) & 0x7FFF parameter annotations, a 
tuple listing the parameter names for the annotations, and finally a code 
object as TOS.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13026>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to