New submission from Serhiy Storchaka: 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. ---------- components: Build, IO, Tests files: main.patch keywords: patch messages: 221402 nosy: ezio.melotti, michael.foord, pitrou, serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Fix unicodeless build of Python type: compile error versions: Python 2.7 Added file: http://bugs.python.org/file35744/main.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue21833> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com