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 serhiy.storchaka
Date 2015-09-19.20:21:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442694095.16.0.133026836681.issue25181@psf.upfronthosting.co.za>
In-reply-to
Content
A number of tests are failed or skipped when run in directory with a name that contains non-decodable characters. Attached output of following command:

./python -m test.regrtest -uall -v test_cgitb test_cmd_line test_gdb test_inspect test_multiprocessin_fork test_multiprocessing_forkserver test_multiprocessing_spawn test_pdb test_pydoc test_pyexpat test_sax test_site test_subprocess test_tk test_venv test_xml_etree test_xml_etree_c

test_logging just hangs.

Locale is en_US.utf8.
History
Date User Action Args
2015-09-19 20:21:35serhiy.storchakasetrecipients: + serhiy.storchaka
2015-09-19 20:21:35serhiy.storchakasetmessageid: <1442694095.16.0.133026836681.issue25181@psf.upfronthosting.co.za>
2015-09-19 20:21:35serhiy.storchakalinkissue25181 messages
2015-09-19 20:21:34serhiy.storchakacreate