[issue21849] Fix multiprocessing in unicodeless build

2014-06-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- dependencies: +Fix unicodeless build of Python ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue21849] Fix multiprocessing in unicodeless build

2014-06-24 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Proposed patch fixes the multiprocessing module and it's tests for Python built with the --disable-unicode configure option. -- components: Library (Lib), Tests files: multiprocessing.patch keywords: patch messages: 221423 nosy: benjamin.peterson, j