Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Oct 28, 2025

Some tests such as test_basic_multiple_interpreters_main_no_reset() leak memory. Run them in a subprocess to avoid leaking memory.

Remove @no_rerun decorator, it's no longer needed.

Some tests such as test_basic_multiple_interpreters_main_no_reset()
leak memory. Run them in a subprocess to avoid leaking memory.

Remove @no_rerun decorator, it's no longer needed.
@encukou
Copy link
Member

encukou commented Oct 28, 2025

Is this better than @no_rerun? It seems that this approach serves the same purpose, and @no_rerun is simpler (and faster).

@vstinner
Copy link
Member Author

I wrote #140712 to add @no_rerun instead.

@vstinner vstinner closed this Oct 28, 2025
@vstinner vstinner deleted the singlephaseinit branch October 28, 2025 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants