[New-bugs-announce] [issue3639] segfaults calling warnings.warn() with non-string message

Lisandro Dalcin report at bugs.python.org
Fri Aug 22 00:30:27 CEST 2008


New submission from Lisandro Dalcin <dalcinl at gmail.com>:

from warnings import warn

warn("hello world") # -> Success
warn(UserWarning)   # -> Segmentation fault
warn(None)          # -> Segmentation fault
warn(1)             # -> Segmentation fault

----------
components: Interpreter Core
messages: 71694
nosy: dalcinl
severity: normal
status: open
title: segfaults calling warnings.warn() with non-string message
type: crash
versions: Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3639>
_______________________________________


More information about the New-bugs-announce mailing list