Adding link to PR #2644. Pushing directly for this minor addition to the documentation.

This commit is contained in:
Ralf W. Grosse-Kunstleve 2021-04-22 06:26:39 -07:00
parent 91e81b07d7
commit c169a5e025

View File

@ -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