File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -94,13 +94,6 @@ TEST_CASE("Single Subinterpreter") {
9494
9595# if PY_VERSION_HEX >= 0x030D0000
9696TEST_CASE (" Move Subinterpreter" ) {
97- // Test is skipped on free-threaded Python 3.14+ due to a hang in Py_EndInterpreter()
98- // when the subinterpreter is destroyed from a different thread than it was created on.
99- // See: https://github.com/pybind/pybind11/pull/5940
100- # if PY_VERSION_HEX >= 0x030E0000 && defined(Py_GIL_DISABLED)
101- PYBIND11_CATCH2_SKIP_IF (true , " Skipped on free-threaded Python 3.14+ (see PR #5940)" );
102- # endif
103-
10497 std::unique_ptr<py::subinterpreter> sub (new py::subinterpreter (py::subinterpreter::create ()));
10598
10699 // on this thread, use the subinterpreter and import some non-trivial junk
You can’t perform that action at this time.
0 commit comments