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 eric.smith
Recipients doughellmann, eric.smith, pitrou, theller, vinay.sajip
Date 2009-09-21.18:23:01
SpamBayes Score 0.00024710846
Marked as misclassified No
Message-id <1253557382.77.0.521538704476.issue6958@psf.upfronthosting.co.za>
In-reply-to
Content
The C code looks basically okay to me. I'd probably use strdup() instead
of the malloc/strlen/strcpy calls. And as Thomas said, the cleanup needs
a little bit of work.
History
Date User Action Args
2009-09-21 18:23:02eric.smithsetrecipients: + eric.smith, theller, vinay.sajip, pitrou, doughellmann
2009-09-21 18:23:02eric.smithsetmessageid: <1253557382.77.0.521538704476.issue6958@psf.upfronthosting.co.za>
2009-09-21 18:23:01eric.smithlinkissue6958 messages
2009-09-21 18:23:01eric.smithcreate