]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44113: Fix compiler warning in PySys_AddWarnOption() (GH-26084)
authorVictor Stinner <vstinner@python.org>
Thu, 13 May 2021 00:27:56 +0000 (02:27 +0200)
committerGitHub <noreply@github.com>
Thu, 13 May 2021 00:27:56 +0000 (02:27 +0200)
commitec7c09b9bc9a8f333a0295b41ea88986c320448c
tree317a3ee7e1c12ddd1d84a07f8eace1eec4f52479
parent8ea350ee9055435c4267834cdaf85f1a2d4a1ed1
bpo-44113: Fix compiler warning in PySys_AddWarnOption() (GH-26084)

Ignore Py_DEPRECATED() warning on purpose.
Python/sysmodule.c