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 b2905a3 commit df2fcc6Copy full SHA for df2fcc6
tests/test_embed/test_interpreter.cpp
@@ -324,7 +324,7 @@ TEST_CASE("Restart the interpreter") {
324
325
TEST_CASE("Subinterpreter") {
326
py::module_::import("external_module"); // in the main interpreter
327
-
+
328
// Add tags to the modules in the main interpreter and test the basics.
329
py::module_::import("__main__").attr("main_tag") = "main interpreter";
330
{
0 commit comments