diff options
Diffstat (limited to 'Programs/_testembed.c')
| -rw-r--r-- | Programs/_testembed.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Programs/_testembed.c b/Programs/_testembed.c index ab6a8c7507..39683993ea 100644 --- a/Programs/_testembed.c +++ b/Programs/_testembed.c @@ -41,7 +41,7 @@ static void test_repeated_init_and_subinterpreters(void)  #endif      int i, j; -    for (i=0; i<3; i++) { +    for (i=0; i<15; i++) {          printf("--- Pass %d ---\n", i);          _testembed_Py_Initialize();          mainstate = PyThreadState_Get(); | 
