]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35452: Make PySys_HasWarnOptions() never raising an exception. (GH-11075)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 10 Dec 2018 12:37:09 +0000 (04:37 -0800)
committerGitHub <noreply@github.com>
Mon, 10 Dec 2018 12:37:09 +0000 (04:37 -0800)
commitea773eb1f9e79e9f558ca1fe8909cf6ac1c00371
tree30dfab6f256b79e269a74acf681f57f5ebc9b01a
parent1467a3ac121897c2ad7512d664478d8916a35217
bpo-35452: Make PySys_HasWarnOptions() never raising an exception. (GH-11075)

(cherry picked from commit dffccc6b594951fc798973e521da205785823f0f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Python/sysmodule.c