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 mark.dickinson
Recipients docs@python, mark.dickinson, skrah
Date 2011-12-03.12:13:06
SpamBayes Score 0.00033710882
Marked as misclassified No
Message-id <1322914387.74.0.526467535601.issue13522@psf.upfronthosting.co.za>
In-reply-to
Content
Well, it's sort of documented implicitly:  from

http://docs.python.org/c-api/intro.html#exceptions

"In general, when a function encounters an error, it sets an exception, discards any object references that it owns, and returns an error indicator.  If not documented otherwise, this indicator is either NULL or -1, depending on the function’s return type."
History
Date User Action Args
2011-12-03 12:13:07mark.dickinsonsetrecipients: + mark.dickinson, skrah, docs@python
2011-12-03 12:13:07mark.dickinsonsetmessageid: <1322914387.74.0.526467535601.issue13522@psf.upfronthosting.co.za>
2011-12-03 12:13:07mark.dickinsonlinkissue13522 messages
2011-12-03 12:13:06mark.dickinsoncreate