[issue35241] [3.7] test_embed fails on MacOS buildbots

2018-11-14 Thread STINNER Victor
STINNER Victor added the comment: macOS buildbots are back to green. Thanks Pablo for creating the issue! I forgot the subtle differences on Py_HasFileSystemDefaultEncoding on Python 3.7... Python 3.8 has a more "portable" behavior now. -- resolution: -> fixed stage: needs patch ->

[issue35241] [3.7] test_embed fails on MacOS buildbots

2018-11-14 Thread STINNER Victor
STINNER Victor added the comment: I merged https://github.com/python/cpython/pull/10539 -- ___ Python tracker ___ ___ Python-bugs-l

[issue35241] [3.7] test_embed fails on MacOS buildbots

2018-11-14 Thread STINNER Victor
Change by STINNER Victor : -- title: test_embed fails on MacOS buildbots -> [3.7] test_embed fails on MacOS buildbots ___ Python tracker ___ __