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 serhiy.storchaka
Recipients Arfrever, ezio.melotti, janssen, jcea, loewis, ned.deily, pitrou, ronaldoussoren, serhiy.storchaka, vstinner
Date 2012-05-09.19:29:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336591948.2591.32.camel@raxxla>
In-reply-to <1336588751.3382.0.camel@localhost.localdomain>
Content
I hacked the code (commented out "#if __APPLE__" in
Objects/unicodeobject.c and Modules/python.c) to start this branch on
Linux and ran the test (test_cmd_line) with C locale. It passed. Then I
broke decoder and ran the test again to get the error. I can now confirm
that the code works correctly on a platform with a 32-bit wchar_t.
History
Date User Action Args
2012-05-09 19:29:54serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, jcea, ronaldoussoren, janssen, pitrou, vstinner, ned.deily, ezio.melotti, Arfrever
2012-05-09 19:29:53serhiy.storchakalinkissue14738 messages
2012-05-09 19:29:53serhiy.storchakacreate