]> granicus.if.org Git - python/commit
bpo-33615: Re-enable subinterpreter tests. (#7552)
authorEric Snow <ericsnowcurrently@gmail.com>
Wed, 13 Jun 2018 14:02:39 +0000 (08:02 -0600)
committerGitHub <noreply@github.com>
Wed, 13 Jun 2018 14:02:39 +0000 (08:02 -0600)
commitab4a1988fd4347484a7928394b94e2cdf5f8f2a7
tree3c190bb5b2720781dae8d00b5bd9f804b5976817
parent71ede00f140fa6b67a8ac17df68b80079efa8dc2
bpo-33615: Re-enable subinterpreter tests. (#7552)

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.
Lib/test/test__xxsubinterpreters.py
Modules/_xxsubinterpretersmodule.c