]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix constant folding optimization for positional only arguments (GH-17837)
authorAnthony Sottile <asottile@umich.edu>
Sun, 5 Jan 2020 17:03:56 +0000 (12:03 -0500)
committerPablo Galindo <Pablogsal@gmail.com>
Sun, 5 Jan 2020 17:03:56 +0000 (17:03 +0000)
commitb121a4a45ff4bab8812a9b26ceffe5ad642f5d5a
treebb93879df6053614cb012368a1879d5cd96b4e72
parent5ea7bb25e3b192d6c49a49c9e3b316f8559602aa
Fix constant folding optimization for positional only arguments (GH-17837)
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