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, erickt
Date 2008-11-14.21:39:46
SpamBayes Score 0.008121038
Marked as misclassified No
Message-id <1226698787.72.0.739849906379.issue4322@psf.upfronthosting.co.za>
In-reply-to
Content
This is because these errors use the code object's name attribute
(f.func_code.co_name) for error messages.
History
Date User Action Args
2008-11-14 21:39:47benjamin.petersonsetrecipients: + benjamin.peterson, erickt
2008-11-14 21:39:47benjamin.petersonsetmessageid: <1226698787.72.0.739849906379.issue4322@psf.upfronthosting.co.za>
2008-11-14 21:39:46benjamin.petersonlinkissue4322 messages
2008-11-14 21:39:46benjamin.petersoncreate