]> granicus.if.org Git - python/commit
bpo-31566: Fix an assertion failure in _warnings.warn() in case of a bad __name__...
authorOren Milman <orenmn@gmail.com>
Sun, 24 Sep 2017 18:28:42 +0000 (21:28 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 24 Sep 2017 18:28:42 +0000 (21:28 +0300)
commit5d3e80021ab33360191eb0fbff34e0246c913884
tree0dffddad98a53919973af779ec935c8cb449a4d9
parent91fb0afe181986b48abfc6092dcca912b39de51d
bpo-31566: Fix an assertion failure in _warnings.warn() in case of a bad __name__ global. (#3717)
Lib/test/test_warnings/__init__.py
Misc/NEWS.d/next/Core and Builtins/2017-09-24-09-57-04.bpo-31566.OxwINs.rst [new file with mode: 0644]
Python/_warnings.c