Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.15.2
-
None
-
-
00a1a9e5c (dev), 1dc28e160 (dev), 9bc3eed5c (dev), 4c2c58511 (dev)
Description
this is a bug / feature-request
current implementation of containers requires copying of eg. vector each time it is accessed in python.
shiboken should implement a way to expose eg. vectors(by pointer / ref) that expose python's list defs(methods)
that vector would behave 'almost' same as pythons native list but wouldnt need to be copied.
pybind11 allows that : https://pybind11.readthedocs.io/en/stable/advanced/cast/stl.html#making-opaque-types
Attachments
Issue Links
- relates to
-
PYSIDE-1602 shiboken fails with c static arrays inside struct
- Closed
-
PYSIDE-1776 Improve Documentation - Opaque Containers
- Closed
-
PYSIDE-2239 QList classes have incorrect __module__ values
- Closed
- mentioned in
-
Page Loading...