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 baikie
Recipients baikie, ezio.melotti, lemburg, loewis, vstinner
Date 2010-08-22.18:27:31
SpamBayes Score 7.633185e-05
Marked as misclassified No
Message-id <1282501658.52.0.871513210436.issue9377@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed that try-surrogateescape-first.diff missed out one of
the string references that needed to be changed to point to the
bytes object, and also used PyBytes_AS_STRING() in an unlocked
section.  This version fixes these things by taking the generally
safer approach of setting the original char * variable to the
hostname immediately after using hostname_converter().
History
Date User Action Args
2010-08-22 18:27:39baikiesetrecipients: + baikie, lemburg, loewis, vstinner, ezio.melotti
2010-08-22 18:27:38baikiesetmessageid: <1282501658.52.0.871513210436.issue9377@psf.upfronthosting.co.za>
2010-08-22 18:27:37baikielinkissue9377 messages
2010-08-22 18:27:36baikiecreate