]> granicus.if.org Git - python/commit
test_import.test_module_with_large_stack(): unload the test module
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 6 Oct 2013 20:52:37 +0000 (22:52 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 6 Oct 2013 20:52:37 +0000 (22:52 +0200)
commitab5a58d82732d94314160407112d8c609b7ad86b
tree24a6fe18b6fc8e7ec2944dc4d1fc9a1e2e63e61f
parent7c679514a506c485240e917c52e49a59e02bd122
test_import.test_module_with_large_stack(): unload the test module

Ensure that the module is unloaded to be able to run the test more than once,
and to not leak memory.
Lib/test/test_import.py