Skip to content

How can we mix Python and Julia code without relying on finalizers? #15

Closed
@cjdoris

Description

@cjdoris

e.g. we could have a macro which transforms ordinary Julia code to track which variables are Python objects and decrefs them as appropriate. These Python objects could just be pointers, as if we were writing CPython directly. We'd need to ensure that any Julia code mixed in could not raise uncaught exceptions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions