]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix constant folding optimization for positional only arguments (GH-17837)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 5 Jan 2020 17:21:47 +0000 (09:21 -0800)
committerGitHub <noreply@github.com>
Sun, 5 Jan 2020 17:21:47 +0000 (09:21 -0800)
commit49c108c8324c14e41ddf2a909dcab687f3d34b14
treef646c7c33a8c0d53f133782df8210bc7bab9154f
parent636a850ed81cf9b8feed523f277b1538bfc5230b
Fix constant folding optimization for positional only arguments (GH-17837)

(cherry picked from commit b121a4a45ff4bab8812a9b26ceffe5ad642f5d5a)

Co-authored-by: Anthony Sottile <asottile@umich.edu>
Lib/test/test_positional_only_arg.py
Misc/NEWS.d/next/Core and Builtins/2020-01-05-06-55-52.bpo-39216.74jLh9.rst [new file with mode: 0644]
Python/ast_opt.c