◐ Shell
clean mode source ↗

gh-109700: Improve stress tests for interpreter creation by serhiy-storchaka · Pull Request #109946 · python/cpython

@serhiy-storchaka

@bedevere-app Bot added the tests

Tests in the Lib/test dir

label

Sep 27, 2023

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka changed the title WIP: gh-109700: Make stress tests on interpreter creation more stressful gh-109700: Improve stress tests on interpreter creation

Nov 8, 2023

@serhiy-storchaka serhiy-storchaka changed the title gh-109700: Improve stress tests on interpreter creation gh-109700: Improve stress tests for interpreter creation

Nov 8, 2023

@serhiy-storchaka

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 4, 2025
…nGH-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.
(cherry picked from commit 61b50a9)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

serhiy-storchaka added a commit that referenced this pull request

May 4, 2025
…09946) (GH-133391)

* 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.
(cherry picked from commit 61b50a9)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

diegorusso added a commit to diegorusso/cpython that referenced this pull request

May 4, 2025

Pranjal095 pushed a commit to Pranjal095/cpython that referenced this pull request

Jul 12, 2025
…nGH-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.