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 benjamin.peterson
Recipients benjamin.peterson, brett.cannon, exarkun
Date 2008-10-22.22:34:36
SpamBayes Score 1.3313656e-05
Marked as misclassified No
Message-id <1224714877.74.0.0447631808536.issue4182@psf.upfronthosting.co.za>
In-reply-to
Content
The reason for this is that the C implementation of warnings doesn't
show up on the frame stack. (The pure Python implementation of warnings
in 2.6 works like in 2.5.) The only solution for this one might be using
the Python implementation. (I'd also be interested to know why a
stacklevel of 0 is being used.)
History
Date User Action Args
2008-10-22 22:34:37benjamin.petersonsetrecipients: + benjamin.peterson, brett.cannon, exarkun
2008-10-22 22:34:37benjamin.petersonsetmessageid: <1224714877.74.0.0447631808536.issue4182@psf.upfronthosting.co.za>
2008-10-22 22:34:37benjamin.petersonlinkissue4182 messages
2008-10-22 22:34:36benjamin.petersoncreate