Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce separate facade types for py.List and py.Sequence builtins #191

Open
shadaj opened this issue Jun 2, 2021 · 0 comments
Open
Milestone

Comments

@shadaj
Copy link
Member

shadaj commented Jun 2, 2021

The .toPythonCopy and .toPythonProxy APIs currently return untyped py.Any values, which are difficult to use when building static facades for libraries like numpy. We should add special builtin facades for List and Sequence that are parameterized on their element type and use both as return types for the conversion APIs.

@shadaj shadaj added this to the v0.6.0 milestone Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant