Skip to content

Migrate Pybindings to Module API #11297

Open
@lucylq

Description

@lucylq

Currently, Pybindings uses a PyModule data structure under the hood. We can replace this with the Module API to:

  • avoid maintaining two similar classes
  • get new features in Module for free (eg. program-data separation)

cc @larryliu0820 @JacobSzwejbka

Metadata

Metadata

Labels

module: extensionIssues related to code under extension/

Type

No type

Projects

Status

In progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions