]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109700: Improve stress tests for interpreter creation (GH-109946)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 4 May 2025 18:53:24 +0000 (21:53 +0300)
committerGitHub <noreply@github.com>
Sun, 4 May 2025 18:53:24 +0000 (21:53 +0300)
commit61b50a98b42a75a66ec52d78811b32e70220bcaf
tree55029f740496f15b8ee3e779066636048981c6cb
parent95d2a81ba8eec6d3f5ddad9d54c7988e178d5961
gh-109700: Improve stress tests for interpreter creation (GH-109946)

* Ensure that destructors are called in the test that created interpreters, not after finishing it.
* Try to create/run interpreters in threads simultaneously.
* Mark tests that requires over 6GB of memory with bigmemtest.
Lib/test/test_interpreters/test_stress.py