summaryrefslogtreecommitdiff
path: root/Doc/library
diff options
context:
space:
mode:
authorTaine Zhao <twshere@outlook.com>2020-03-14 23:24:06 +0900
committerGitHub <noreply@github.com>2020-03-14 16:24:06 +0200
commit6672c16b1d7f83789bf3a2016bd19edfd3568e71 (patch)
tree7cc4703082aa3f9fb2cf77ef4e1495ff43696221 /Doc/library
parentda52be47690da0d9f78d0dce9ee5c3e4dbef49e1 (diff)
downloadcpython-git-6672c16b1d7f83789bf3a2016bd19edfd3568e71.tar.gz
bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` for 3.6+ (GC-18550)
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/dis.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index 61233d98a0..020942b647 100644
--- a/Doc/library/dis.rst
+++ b/Doc/library/dis.rst
@@ -1136,7 +1136,7 @@ All of the following opcodes use their arguments.
.. versionadded:: 3.7
-.. opcode:: MAKE_FUNCTION (argc)
+.. opcode:: MAKE_FUNCTION (flags)
Pushes a new function object on the stack. From bottom to top, the consumed
stack must consist of values if the argument carries a specified flag value