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 ezio.melotti, michael.foord, pitrou, serhiy.storchaka
Date 2014-06-24.06:53:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403592802.89.0.505189213304.issue21833@psf.upfronthosting.co.za>
In-reply-to
Content
Since 2.2 Python can be compiled without unicode support (built with --disable-unicode configure option). Unfortunately, testing suite depends on the io module, which in 2.7 depends on the _io module, which requires unicode support. So for now testing unicodeless Python is not possible. Some other modules are failed when built without unicode support too.

Proposed patch fixes the io module in unicodeless build and includes also minor fixes fixes of compilation errors for other modules (except sqlite) and changes to auxilary files needed to build Python and run tests.

Patches for other components will be provided in separate issues.
History
Date User Action Args
2014-06-24 06:53:24serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ezio.melotti, michael.foord
2014-06-24 06:53:22serhiy.storchakasetmessageid: <1403592802.89.0.505189213304.issue21833@psf.upfronthosting.co.za>
2014-06-24 06:53:22serhiy.storchakalinkissue21833 messages
2014-06-24 06:53:22serhiy.storchakacreate