New submission from thautwarm <yaoxiansa...@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@python
components: Documentation
messages: 362208
nosy: docs@python, thautwarm
priority: normal
severity: normal
status: open
title: 3.6+ documentation for MAKE_FUNCTION
type: enhancement
versions: Python 3.6

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

Reply via email to