[issue39677] 3.6+ documentation for MAKE_FUNCTION

thautwarm report at bugs.python.org
Tue Feb 18 08:20:52 EST 2020


New submission from thautwarm <yaoxiansamma at gmail.com>:

LINK: https://docs.python.org/3.6/library/dis.html?highlight=bytecode#opcode-MAKE_FUNCTION

To avoid being confusing, MAKE_FUNCTION(argc) shall be MAKE_FUNCTION(flag), since 3.6 the operand of MAKE_FUNCTION never means `argcount`.

----------
assignee: docs at python
components: Documentation
messages: 362208
nosy: docs at python, thautwarm
priority: normal
severity: normal
status: open
title: 3.6+ documentation for MAKE_FUNCTION
type: enhancement
versions: Python 3.6

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


More information about the Python-bugs-list mailing list