]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Wed, 13 Oct 2021 17:08:19 +0000 (18:08 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Oct 2021 17:08:19 +0000 (18:08 +0100)
commitdb2b6a20cd35781b2f5e798e880e57e6cf9b97aa
tree316124de83275184a817e1d543f9b8200c785466
parent1c831353816ff699b54e804047a7242a09e98f5b
bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)
Doc/library/sys.rst
Lib/test/test_audit.py
Lib/test/test_cmd_line.py
Lib/test/test_embed.py
Misc/NEWS.d/next/Core and Builtins/2021-10-12-14-41-39.bpo-45445._F5cMf.rst [new file with mode: 0644]
Programs/_testembed.c
Python/initconfig.c
test_foo.py [new file with mode: 0644]