]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35452: Make PySys_HasWarnOptions() never raising an exception. (GH-11075)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 10 Dec 2018 11:50:22 +0000 (13:50 +0200)
committerGitHub <noreply@github.com>
Mon, 10 Dec 2018 11:50:22 +0000 (13:50 +0200)
commitdffccc6b594951fc798973e521da205785823f0f
tree169c775d3760120f871b21f0412b3a84c58c8640
parentcf247359d5b7082044eea1fa94b5211a172b1ff6
bpo-35452: Make PySys_HasWarnOptions() never raising an exception. (GH-11075)
Python/sysmodule.c