We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9843d commit e7c2648Copy full SHA for e7c2648
tests/test_with_catch/test_subinterpreter.cpp
@@ -93,7 +93,7 @@ TEST_CASE("Single Subinterpreter") {
93
94
// "Move Subinterpreter" test is disabled on free-threaded Python 3.14+ due to a hang
95
// in Py_EndInterpreter() when the subinterpreter is destroyed from a different thread
96
-// than it was created on. See: https://github.com/pybind/pybind11/pull/5933
+// than it was created on. See: https://github.com/pybind/pybind11/pull/5940
97
# if PY_VERSION_HEX >= 0x030D0000 && !(PY_VERSION_HEX >= 0x030E0000 && defined(Py_GIL_DISABLED))
98
TEST_CASE("Move Subinterpreter") {
99
std::unique_ptr<py::subinterpreter> sub(new py::subinterpreter(py::subinterpreter::create()));
0 commit comments