summaryrefslogtreecommitdiffstats
path: root/Lib/test/test__xxsubinterpreters.py
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2018-06-02 00:45:20 (GMT)
committerGitHub <noreply@github.com>2018-06-02 00:45:20 (GMT)
commit63799136e6c0491bb5d6f4a234d5a775db3458db (patch)
tree73b6425dbddf05b042b2c48f9053232348fd3e0f /Lib/test/test__xxsubinterpreters.py
parent29996a1c4e8bd6dde6adce2b44d11a0982a47a3a (diff)
downloadcpython-63799136e6c0491bb5d6f4a234d5a775db3458db.zip
cpython-63799136e6c0491bb5d6f4a234d5a775db3458db.tar.gz
cpython-63799136e6c0491bb5d6f4a234d5a775db3458db.tar.bz2
bpo-33615: Re-enable a subinterpreter test. (gh-7251)
For bpo-32604 I added extra subinterpreter-related tests (see #6914), which caused a few buildbots to crash. This patch fixes the crash by ensuring that refcounts in channels are handled properly.
Diffstat (limited to 'Lib/test/test__xxsubinterpreters.py')
-rw-r--r--Lib/test/test__xxsubinterpreters.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test__xxsubinterpreters.py b/Lib/test/test__xxsubinterpreters.py
index 0667f14..f66cc95 100644
--- a/Lib/test/test__xxsubinterpreters.py
+++ b/Lib/test/test__xxsubinterpreters.py
@@ -1315,8 +1315,6 @@ class ChannelTests(TestBase):
self.assertEqual(obj, b'spam')
self.assertEqual(out.strip(), 'send')
- # XXX Fix the crashes.
- @unittest.skip('bpo-33615: triggering crashes so temporarily disabled')
def test_run_string_arg_resolved(self):
cid = interpreters.channel_create()
cid = interpreters._channel_id(cid, _resolve=True)