This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dalcinl
Recipients dalcinl
Date 2008-08-21.22:30:23
SpamBayes Score 0.027437486
Marked as misclassified No
Message-id <1219357827.01.0.105768400803.issue3639@psf.upfronthosting.co.za>
In-reply-to
Content
from warnings import warn

warn("hello world") # -> Success
warn(UserWarning)   # -> Segmentation fault
warn(None)          # -> Segmentation fault
warn(1)             # -> Segmentation fault
History
Date User Action Args
2008-08-21 22:30:27dalcinlsetrecipients: + dalcinl
2008-08-21 22:30:27dalcinlsetmessageid: <1219357827.01.0.105768400803.issue3639@psf.upfronthosting.co.za>
2008-08-21 22:30:26dalcinllinkissue3639 messages
2008-08-21 22:30:26dalcinlcreate