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 vstinner
Recipients ned.deily, ronaldoussoren, vstinner
Date 2017-11-17.14:44:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510929890.31.0.213398074469.issue32061@psf.upfronthosting.co.za>
In-reply-to
Content
x86-64 Sierra 3.6 failure:
http://buildbot.python.org/all/#/builders/20/builds/81

======================================================================
ERROR: test_undecodable_filename (test.test_httpservers.SimpleHTTPServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.6.billenstein-sierra/build/Lib/test/support/__init__.py", line 601, in wrapper
    return func(*args, **kw)
  File "/Users/buildbot/buildarea/3.6.billenstein-sierra/build/Lib/test/test_httpservers.py", line 381, in test_undecodable_filename
    with open(os.path.join(self.tempdir, filename), 'wb') as f:
OSError: [Errno 92] Illegal byte sequence: '/var/folders/sy/9hwmqyx14s11577cvgzwf2v40000gt/T/tmp19j_8j75/@test_98516_tmp\udce7w\udcf0.txt'
History
Date User Action Args
2017-11-17 14:44:50vstinnersetrecipients: + vstinner, ronaldoussoren, ned.deily
2017-11-17 14:44:50vstinnersetmessageid: <1510929890.31.0.213398074469.issue32061@psf.upfronthosting.co.za>
2017-11-17 14:44:50vstinnerlinkissue32061 messages
2017-11-17 14:44:50vstinnercreate