]> granicus.if.org Git - python/commit
bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (GH-5507)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 3 Feb 2018 05:38:57 +0000 (21:38 -0800)
committerEric Snow <ericsnowcurrently@gmail.com>
Sat, 3 Feb 2018 05:38:57 +0000 (22:38 -0700)
commitf33ecedcad5a001735fa4ded5d21caa2cbf27911
tree56c3d719e16e9106552c31cde310078ebf84ed1a
parenta23d30f64bd9c5655cfae7f359d4279c47f6cab3
bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (GH-5507)

(cherry picked from commit 4e9da0d163731caa79811c723c703ee416c31826)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
Lib/test/test__xxsubinterpreters.py
Modules/_xxsubinterpretersmodule.c
Python/pystate.c