]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32604: Improve subinterpreter tests. (#6914)
authorEric Snow <ericsnowcurrently@gmail.com>
Wed, 16 May 2018 19:04:57 +0000 (15:04 -0400)
committerGitHub <noreply@github.com>
Wed, 16 May 2018 19:04:57 +0000 (15:04 -0400)
commit6d2cd9036c0ab78a83de43d1511befb7a7fc0ade
tree44b1a52ab32b914553b17196f4b6b75fdbf03d06
parent55e53c309359327e54eb74b101c5a3240ea9cd45
bpo-32604: Improve subinterpreter tests. (#6914)

Add more tests for subinterpreters. This patch also fixes a few small defects in the channel implementation.
Lib/test/test__xxsubinterpreters.py
Modules/_xxsubinterpretersmodule.c
Python/pystate.c