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 vstinner
Recipients python-dev, vstinner
Date 2013-07-21.11:26:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374406004.26.0.539978350126.issue18520@psf.upfronthosting.co.za>
In-reply-to
Content
PyStructSequence_InitTypeWithError() return type is void, whereas it can fail and raise an exception. Can I change the return type, or should I create a new function?
History
Date User Action Args
2013-07-21 11:26:44vstinnersetrecipients: + vstinner, python-dev
2013-07-21 11:26:44vstinnersetmessageid: <1374406004.26.0.539978350126.issue18520@psf.upfronthosting.co.za>
2013-07-21 11:26:44vstinnerlinkissue18520 messages
2013-07-21 11:26:44vstinnercreate