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 wiesenth
Recipients wiesenth
Date 2009-07-04.10:14:01
SpamBayes Score 3.6214254e-11
Marked as misclassified No
Message-id <1246702444.15.0.967525803194.issue6415@psf.upfronthosting.co.za>
In-reply-to
Content
The interpreter crashes with an segmentation fault when warnings.warn
shall output a Warning instance, whose string representation is bad
formatted.

Don't know if this is fixed in a minor 2.6 release or in 2.7, I use the
Ubuntu 9.04 python2.6 package.

An easy reproducing example is given.

This is also an issue within python3.0 (python3.1 does not exist in the
repositories)
History
Date User Action Args
2009-07-04 10:14:04wiesenthsetrecipients: + wiesenth
2009-07-04 10:14:04wiesenthsetmessageid: <1246702444.15.0.967525803194.issue6415@psf.upfronthosting.co.za>
2009-07-04 10:14:02wiesenthlinkissue6415 messages
2009-07-04 10:14:01wiesenthcreate