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 8beaa20 commit 7d1a270Copy full SHA for 7d1a270
tests/pybind11_tests.h
@@ -115,4 +115,4 @@ class TestContext {
115
private:
116
TestContext(std::string context) : context(context) {}
117
std::string context;
118
-};
+};
tests/test_class.py
@@ -519,6 +519,7 @@ def test_all_type_info_multithreaded():
519
# "instance allocation failed: new instance has no pybind11-registered base types");
520
# }
521
import threading
522
+
523
from pybind11_tests import TestContext
524
525
class Context(TestContext):
0 commit comments