cpython/Lib/test/test_warnings
Miss Islington (bot) 820219f786
bpo-33509: Fix _warnings for module_globals=None (GH-6833)
Don't crash on warnings.warn_explicit() if module_globals is not a dict.
(cherry picked from commit b056562860)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
2018-05-15 13:56:28 -07:00
..
data
__init__.py bpo-33509: Fix _warnings for module_globals=None (GH-6833) 2018-05-15 13:56:28 -07:00
__main__.py