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 thautwarm
Recipients docs@python, thautwarm
Date 2020-02-18.13:20:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582032052.37.0.86110712101.issue39677@roundup.psfhosted.org>
In-reply-to
Content
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`.
History
Date User Action Args
2020-02-18 13:20:52thautwarmsetrecipients: + thautwarm, docs@python
2020-02-18 13:20:52thautwarmsetmessageid: <1582032052.37.0.86110712101.issue39677@roundup.psfhosted.org>
2020-02-18 13:20:52thautwarmlinkissue39677 messages
2020-02-18 13:20:52thautwarmcreate