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 benjamin.peterson
Recipients benjamin.peterson, loewis, ocean-city, pitrou
Date 2009-05-28.21:42:24
SpamBayes Score 1.2585538e-07
Marked as misclassified No
Message-id <1243546945.88.0.908886608943.issue6012@psf.upfronthosting.co.za>
In-reply-to
Content
Patch review:

- It needs docs and tests.
- In addcleanup_convert, Py_FatalError calls abort, so there isn't
really a point of returning -1;
- Also in the function, you need to call destr() in the case that
PyList_Append fails.
History
Date User Action Args
2009-05-28 21:42:26benjamin.petersonsetrecipients: + benjamin.peterson, loewis, pitrou, ocean-city
2009-05-28 21:42:25benjamin.petersonsetmessageid: <1243546945.88.0.908886608943.issue6012@psf.upfronthosting.co.za>
2009-05-28 21:42:24benjamin.petersonlinkissue6012 messages
2009-05-28 21:42:24benjamin.petersoncreate