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 pitrou
Recipients Ronny.Pfannschmidt, eric.araujo, ezio.melotti, pitrou
Date 2012-03-01.15:49:00
SpamBayes Score 0.011422871
Marked as misclassified No
Message-id <1330616941.61.0.0522201491769.issue14161@psf.upfronthosting.co.za>
In-reply-to
Content
1. PyObject_Repr() should IMO be preferred (it's the abstract, high-level function).
2. You must check the result for NULL before calling PyString_AsString() on it.
History
Date User Action Args
2012-03-01 15:49:01pitrousetrecipients: + pitrou, ezio.melotti, eric.araujo, Ronny.Pfannschmidt
2012-03-01 15:49:01pitrousetmessageid: <1330616941.61.0.0522201491769.issue14161@psf.upfronthosting.co.za>
2012-03-01 15:49:01pitroulinkissue14161 messages
2012-03-01 15:49:00pitroucreate