]> granicus.if.org Git - python/commit
bpo-35451: Fix reference counting for sys.warnoptions and sys._xoptions. (GH-11063)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 10 Dec 2018 10:08:54 +0000 (12:08 +0200)
committerGitHub <noreply@github.com>
Mon, 10 Dec 2018 10:08:54 +0000 (12:08 +0200)
commit72ff7b4c000f7b8199231a0eb1ca4b119fab40a5
tree3eca6bb697a3d48cef454931e7b8f225397f2628
parentf46eccd0ffe65333035c3820886295b71c41ab6e
bpo-35451: Fix reference counting for sys.warnoptions and sys._xoptions. (GH-11063)
Python/sysmodule.c