Details
-
Type:
Story
-
Status: Won't Fix
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:4
-
Epic Link:
-
Team:Data Release Production
Description
Currently pybind11 defaults to py::return_value_policy::copy or (py::return_value_policy::take_ownership) for (const) references (and pointers) respectively.
It would be better if it would require an explicit return_value_policy to be specified instead.
Investigate this further and potentially push changes upstream.
Attachments
Issue Links
- mentioned in
-
Page Loading...
Is this essential to the immediate pybind porting work? If not, let's move it to the DM-9155 epic.