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 nkoep
Recipients amaury.forgeotdarc, benjamin.peterson, nkoep
Date 2013-06-28.11:48:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372420113.04.0.346797813685.issue18287@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, you're right, of course. I completely forgot that any other case which jumps to the error label assumes an appropriate exception has already been set. I attached a new patch which raises a TypeError. Is there a better way to identify the type which is affected by this exception? Since we're complaining about the missing tp_name field we obviously can't supply the name in the exception.
History
Date User Action Args
2013-06-28 11:48:33nkoepsetrecipients: + nkoep, amaury.forgeotdarc, benjamin.peterson
2013-06-28 11:48:33nkoepsetmessageid: <1372420113.04.0.346797813685.issue18287@psf.upfronthosting.co.za>
2013-06-28 11:48:33nkoeplinkissue18287 messages
2013-06-28 11:48:32nkoepcreate