[3.6] bpo-33791: Update README for macOS users (GH-7471) by miss-islington · Pull Request #7513 · python/cpython

@atg7000 @miss-islington

(cherry picked from commit ee994d7)

Co-authored-by: atg7000 <38963069+atg7000@users.noreply.github.com>

ned-deily

ericsnowcurrently added a commit that referenced this pull request

Jun 13, 2018
All the subinterpreter tests were disabled in gh-7513. This commit re-enables them, but leaves one bad test disabled. The test is partly causing problems because it makes assumptions about the availability of a high-level interpreters module (see PEP 554). So I'm disabling the test until such a high-level module is available.