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 <[email protected]>
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: <[email protected]>
2008-11-14 21:39:46benjamin.petersonlinkissue4322 messages
2008-11-14 21:39:46benjamin.petersoncreate