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 agillesp, jjalocha, terry.reedy, vstinner
Date 2009-08-26.22:22:22
SpamBayes Score 7.811503e-05
Marked as misclassified No
Message-id <1251325343.65.0.218559136273.issue6518@psf.upfronthosting.co.za>
In-reply-to
Content
@agillesp: a Python function should never return NULL without setting an
error. oss_self() have to call a PyErr_(...) function to set an error.
And I would prefer the name "oss_enter" than the unusual name "oss_self".
History
Date User Action Args
2009-08-26 22:22:23vstinnersetrecipients: + vstinner, terry.reedy, jjalocha, agillesp
2009-08-26 22:22:23vstinnersetmessageid: <1251325343.65.0.218559136273.issue6518@psf.upfronthosting.co.za>
2009-08-26 22:22:22vstinnerlinkissue6518 messages
2009-08-26 22:22:22vstinnercreate