Message103280
os.system() doesn't support bytes, bytearray not str containing surrogates.
Attached patch uses PyUnicode_FSConverter, bytes2str and release_bytes in (the non-Windows version of) os.system() to support all of this. It locks the buffer because os.system() releases the GIL when calling system(). |
|
Date |
User |
Action |
Args |
2010-04-16 01:10:22 | vstinner | set | recipients:
+ vstinner |
2010-04-16 01:10:22 | vstinner | set | messageid: <1271380222.1.0.273272196711.issue8412@psf.upfronthosting.co.za> |
2010-04-16 01:10:20 | vstinner | link | issue8412 messages |
2010-04-16 01:10:19 | vstinner | create | |
|