Message114688
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(). |
|
Date |
User |
Action |
Args |
2010-08-22 18:27:39 | baikie | set | recipients:
+ baikie, lemburg, loewis, vstinner, ezio.melotti |
2010-08-22 18:27:38 | baikie | set | messageid: <1282501658.52.0.871513210436.issue9377@psf.upfronthosting.co.za> |
2010-08-22 18:27:37 | baikie | link | issue9377 messages |
2010-08-22 18:27:36 | baikie | create | |
|