mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-29 08:32:02 +00:00
Adding link to PR #2644. Pushing directly for this minor addition to the documentation.
This commit is contained in:
parent
91e81b07d7
commit
c169a5e025
@ -280,7 +280,9 @@ but not the more general holder mismatch issue. — Unfortunately the existing
|
|||||||
pybind11 internals do not track holder runtime type information, therefore
|
pybind11 internals do not track holder runtime type information, therefore
|
||||||
the holder mismatch issue cannot be solved in a fashion that would allow
|
the holder mismatch issue cannot be solved in a fashion that would allow
|
||||||
an incremental transition, which is the whole point of the Conservative
|
an incremental transition, which is the whole point of the Conservative
|
||||||
mode. Please proceed with caution.
|
mode. Please proceed with caution. (See `PR #2644
|
||||||
|
<https://github.com/pybind/pybind11/pull/2644>`_ for background, which is
|
||||||
|
labeled with "abi break".)
|
||||||
|
|
||||||
Another pitfall worth pointing out specifically, although it follows
|
Another pitfall worth pointing out specifically, although it follows
|
||||||
from the previous: mixing base and derived classes between Classic and
|
from the previous: mixing base and derived classes between Classic and
|
||||||
|
Loading…
Reference in New Issue
Block a user