Skip to content

Make eantic::renf_elem_class work from Python #212

@saraedum

Description

@saraedum

Currently, cppyy.gbl.eantic.renf_elem_class is not functional when called from Python. (See e.g. the special handling of e-antic in flatsurf's surfaces.py.)

At the moment, we work around this problem by exposing a factory function renf_elem that creates a renf_elem_class. However, this has limitations, e.g., when the type is coming from elsewhere say when it is flatsurf::Vector<eantic::renf_elem_class>::Coordinate.

It would be great if we could wrap the actual constructor of renf_elem_class instead so that the type can be used transparently.


Dependencies

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugreported upstreamWe are waiting for a bug to be fixed upstream

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions