mirror of
https://github.com/pybind/pybind11.git
synced 2025-03-24 01:26:42 +00:00
Instead of a segfault. Fixes #751. This covers the case of loading a custom holder from a default-holder instance. Attempting to load one custom holder from a different custom holder (i.e. not `std::unique_ptr`) yields undefined behavior, just as #588 established for inheritance. |
||
---|---|---|
.. | ||
pybind11 |