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 dimitern
Recipients benjamin.peterson, dimitern, ezio.melotti, vstinner
Date 2019-07-13.10:13:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563012837.05.0.658851590788.issue37584@roundup.psfhosted.org>
In-reply-to
Content
I'm running Ubuntu 19.04 on a ZFS mirrored pool, where my home partition is configured with 'utf8only=on' attribute. I've cloned cpython and after running the tests, as described in devguide.python.org, I have 11 test failures:

== Tests result: FAILURE ==

389 tests OK.

11 tests failed:
    test_cmd_line_script test_httpservers test_imp test_import
    test_ntpath test_os test_posixpath test_socket test_unicode_file
    test_unicode_file_functions test_zipimport

I've been looking for similar or matching reported issues, but could not find one. I'm on the EuroPython 2019 CPython sprint and we'll be looking into this with the help of some of the core devs.
History
Date User Action Args
2019-07-13 10:13:57dimiternsetrecipients: + dimitern, vstinner, benjamin.peterson, ezio.melotti
2019-07-13 10:13:57dimiternsetmessageid: <1563012837.05.0.658851590788.issue37584@roundup.psfhosted.org>
2019-07-13 10:13:56dimiternlinkissue37584 messages
2019-07-13 10:13:56dimiterncreate