]> granicus.if.org Git - python/commit
bpo-33615: Re-enable a subinterpreter test. (gh-7251)
authorEric Snow <ericsnowcurrently@gmail.com>
Sat, 2 Jun 2018 00:45:20 +0000 (18:45 -0600)
committerGitHub <noreply@github.com>
Sat, 2 Jun 2018 00:45:20 +0000 (18:45 -0600)
commit63799136e6c0491bb5d6f4a234d5a775db3458db
tree73b6425dbddf05b042b2c48f9053232348fd3e0f
parent29996a1c4e8bd6dde6adce2b44d11a0982a47a3a
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.
Include/internal/pystate.h
Lib/test/test__xxsubinterpreters.py
Modules/_xxsubinterpretersmodule.c
Python/pystate.c