]> granicus.if.org Git - python/commit
[3.6] bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_explicit...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 27 Sep 2017 04:38:03 +0000 (07:38 +0300)
committerGitHub <noreply@github.com>
Wed, 27 Sep 2017 04:38:03 +0000 (07:38 +0300)
commit90fe25a051bd8cf64d52be533c9b60cad9bdd7fb
tree48e970eec5fd39ccd8f26e576fdeb3a1a0fae3f9
parentbdb215b18a42360b6a9c82876fa71f19ca1a416d
[3.6] bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_explicit. (GH-3219) (#3775)

(cherry picked from commit 91fb0afe181986b48abfc6092dcca912b39de51d)
Lib/test/test_warnings/__init__.py
Misc/NEWS.d/next/Core and Builtins/2017-08-27-21-18-30.bpo-31285.7lzaKV.rst [new file with mode: 0644]
Python/_warnings.c