]> granicus.if.org Git - python/commit
bpo-32604: Implement force-closing channels. (gh-6937)
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 17 May 2018 14:27:09 +0000 (10:27 -0400)
committerGitHub <noreply@github.com>
Thu, 17 May 2018 14:27:09 +0000 (10:27 -0400)
commit3ab0136ac5d6059ce96d4debca89c5f5ab0356f5
treeb519e1218568b3eae545c11eab369060258e153d
parent74fc9c0c09ba72de39f9b71a61ac8506304b6266
bpo-32604: Implement force-closing channels. (gh-6937)

This will make it easier to clean up channels (e.g. when used in tests).
Lib/test/test__xxsubinterpreters.py
Modules/_xxsubinterpretersmodule.c