cpython/Lib/test/test_interpreters
Eric Snow 8a793c4a36
gh-134557: Revert "gh-132775: Use _PyCode GetScriptXIData()" (gh-134599)
This reverts commit 09e72cf091, AKA gh-134511.

We are reverting due to refleaks on free-threaded builds.
2025-05-23 20:04:20 +00:00
..
__init__.py
__main__.py
test_api.py gh-134557: Revert "gh-132775: Use _PyCode GetScriptXIData()" (gh-134599) 2025-05-23 20:04:20 +00:00
test_channels.py gh-132775: Use _PyObject_GetXIData (With Fallback) (gh-134440) 2025-05-22 06:50:06 -06:00
test_lifecycle.py Revert "gh-128639: Don't assume one thread in subinterpreter finalization (gh-128640)" (gh-134256) 2025-05-19 12:22:05 -06:00
test_queues.py gh-132775: Use _PyObject_GetXIData (With Fallback) (gh-134440) 2025-05-22 06:50:06 -06:00
test_stress.py gh-109700: Improve stress tests for interpreter creation (GH-109946) 2025-05-04 21:53:24 +03:00
utils.py