[New-bugs-announce] [issue32061] test_httpservers.test_undecodable_filename() fails with [Errno 92] Illegal byte sequence on macOS Sierra

STINNER Victor report at bugs.python.org
Fri Nov 17 09:44:50 EST 2017


New submission from STINNER Victor <victor.stinner at gmail.com>:

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'

----------
components: Tests, macOS
messages: 306441
nosy: haypo, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: test_httpservers.test_undecodable_filename() fails with [Errno 92] Illegal byte sequence on macOS Sierra
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32061>
_______________________________________


More information about the New-bugs-announce mailing list