[New-bugs-announce] [issue33509] warnings.warn_explicit with module_globals=True raises a SystemError

Amber Brown report at bugs.python.org
Mon May 14 17:09:06 EDT 2018


New submission from Amber Brown <hawkowl at atleastfornow.net>:

Reproducible with:

import warnings
warnings.warn_explicit("msg", DeprecationWarning, "name", 1, module_globals=None)

----------
components: Interpreter Core
messages: 316578
nosy: hawkowl
priority: normal
severity: normal
status: open
title: warnings.warn_explicit with module_globals=True raises a SystemError
type: crash
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33509>
_______________________________________


More information about the New-bugs-announce mailing list