]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` for 3...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 14 Mar 2020 14:45:11 +0000 (07:45 -0700)
committerGitHub <noreply@github.com>
Sat, 14 Mar 2020 14:45:11 +0000 (07:45 -0700)
commit725cbce25084a67ad7ff48b75cca3e240ef57606
tree7561f4fb3c82768b769a36c9f3cdb9d0e43bdfd1
parent148786a2cd56f71a87bdcf4dd4e5c4ca00f3630e
bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` for 3.6+ (GC-18550)

(cherry picked from commit 6672c16b1d7f83789bf3a2016bd19edfd3568e71)

Co-authored-by: Taine Zhao <twshere@outlook.com>
Doc/library/dis.rst
Misc/NEWS.d/next/Documentation/2020-02-18-14-28-31.bpo-39677.vNHqoX.rst [new file with mode: 0644]