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 Claudiu.Popa
Recipients Claudiu.Popa
Date 2012-04-04.11:45:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333539922.74.0.14982794149.issue14490@psf.upfronthosting.co.za>
In-reply-to
Content
In Tools/abitype.py an exception is raised using the old format:

raise Exception, '%s has no PyVarObject_HEAD_INIT' % name

The attached patch fixes this problem.
History
Date User Action Args
2012-04-04 11:45:22Claudiu.Popasetrecipients: + Claudiu.Popa
2012-04-04 11:45:22Claudiu.Popasetmessageid: <1333539922.74.0.14982794149.issue14490@psf.upfronthosting.co.za>
2012-04-04 11:45:22Claudiu.Popalinkissue14490 messages
2012-04-04 11:45:22Claudiu.Popacreate