Skip to content

Commit e7c2648

Browse files
committed
Update comment to reference PR pybind#5940 for Move Subinterpreter fix
1 parent 9e9843d commit e7c2648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_with_catch/test_subinterpreter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ TEST_CASE("Single Subinterpreter") {
9393

9494
// "Move Subinterpreter" test is disabled on free-threaded Python 3.14+ due to a hang
9595
// 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
96+
// than it was created on. See: https://github.com/pybind/pybind11/pull/5940
9797
# if PY_VERSION_HEX >= 0x030D0000 && !(PY_VERSION_HEX >= 0x030E0000 && defined(Py_GIL_DISABLED))
9898
TEST_CASE("Move Subinterpreter") {
9999
std::unique_ptr<py::subinterpreter> sub(new py::subinterpreter(py::subinterpreter::create()));

0 commit comments

Comments
 (0)