File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
* including pybind11 versions with different PYBIND11_INTERNALS_VERSION's.
8
8
9
+ * NOTE: The conduit feature
10
+ only covers from-Python-to-C++ conversions, it
11
+ does not cover from-C++-to-Python conversions.
12
+ (For the latter, a different feature would have to be added.)
13
+
9
14
The naming of the feature is a bit misleading:
10
15
11
16
* The feature is in no way tied to pybind11 internals.
Original file line number Diff line number Diff line change @@ -151,8 +151,8 @@ def test_exo_planet_c_api_premium_traveler(premium_traveler_type):
151
151
152
152
def test_home_planet_wrap_very_lonely_traveler ():
153
153
# This does not exercise the cpp_conduit feature, but is here to
154
- # demonstrate that the cpp_conduit feature does not solve all
155
- # cross-extension interoperability issues.
154
+ # demonstrate that the cpp_conduit feature does not solve
155
+ # cross-extension base-and-derived class interoperability issues.
156
156
# Here is the proof that the following works for extensions with
157
157
# matching `PYBIND11_INTERNALS_ID`s:
158
158
# test_cpp_conduit.cpp:
You can’t perform that action at this time.
0 commit comments