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 benjamin.peterson, jnoller, sbt, serhiy.storchaka
Date 2014-06-25.15:51:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403711504.9.0.384152312137.issue21849@psf.upfronthosting.co.za>
In-reply-to
Content
Actually there is a bug in the multiprocessing module which makes it fail for non-ascii str and unicode values even in unicode-enabled build. Updated patch fixes it and adds missed tests.
History
Date User Action Args
2014-06-25 15:51:44serhiy.storchakasetrecipients: + serhiy.storchaka, benjamin.peterson, jnoller, sbt
2014-06-25 15:51:44serhiy.storchakasetmessageid: <1403711504.9.0.384152312137.issue21849@psf.upfronthosting.co.za>
2014-06-25 15:51:44serhiy.storchakalinkissue21849 messages
2014-06-25 15:51:44serhiy.storchakacreate