Closed GoogleCodeExporter closed 9 years ago
Looks like the temp solution here is to pre encode the execute string to
unicode. This can be as constant u'...' or with cmdstr.encode('utf-8') form.
This skip the PyUnicode_FromObject.
Original comment by kzsoltkz...@gmail.com
on 26 Jul 2011 at 7:43
Original comment by rahul.pr...@in.ibm.com
on 28 Jul 2011 at 10:09
Original issue reported on code.google.com by
kzsoltkz...@gmail.com
on 26 Jul 2011 at 1:18