Message 193441 - Python tracker (original) (raw)

Message193441

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:44 vstinner set recipients: + vstinner, python-dev
2013-07-21 11:26:44 vstinner set messageid: 1374406004.26.0.539978350126.issue18520@psf.upfronthosting.co.za
2013-07-21 11:26:44 vstinner link issue18520 messages
2013-07-21 11:26:44 vstinner create