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 ocean-city
Recipients belopolsky, georg.brandl, ocean-city
Date 2008-03-07.10:16:27
SpamBayes Score 0.47761464
Marked as misclassified No
Message-id <1204884989.32.0.351246293802.issue2222@psf.upfronthosting.co.za>
In-reply-to
Content
Alexander, I've looked into Python/getargs.c, I think posix_2str code is
fine. (PyArg_ParseTuple with format "et")
After conversion succeeded on path1, addcleanup() adds memory buffer
for path1 into freelist. When error happend on path2, its memory will be
freed on cleanreturn().
History
Date User Action Args
2008-03-07 10:16:29ocean-citysetspambayes_score: 0.477615 -> 0.47761464
recipients: + ocean-city, georg.brandl, belopolsky
2008-03-07 10:16:29ocean-citysetspambayes_score: 0.477615 -> 0.477615
messageid: <1204884989.32.0.351246293802.issue2222@psf.upfronthosting.co.za>
2008-03-07 10:16:28ocean-citylinkissue2222 messages
2008-03-07 10:16:27ocean-citycreate