Skip to content

Re-evaluate passing IDs between Go and Python #6

@ColdHeat

Description

@ColdHeat

It's hard to pass non primitive types between Go and Python so pybluemonday passes an ID between the two. This is probably not thread safe and could lead to memory leaks if people do weird things.

Investigation should be done as to how to better approach this without making the code too hard to work with.

Any advice here would be great as to how other libraries would do this would interacting with Go since it seems like it's not possible to pass a Go struct over into Python.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions