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

Can I use modules compiled by mypyc in pypy? #8217

Closed
Chise1 opened this issue Dec 30, 2019 · 1 comment
Closed

Can I use modules compiled by mypyc in pypy? #8217

Chise1 opened this issue Dec 30, 2019 · 1 comment

Comments

@Chise1
Copy link

Chise1 commented Dec 30, 2019

Can I use modules compiled by mypyc in pypy?Can packages compiled by mypy be called by pypy?
我能在pypy使用被mypyc编译的模块吗?mypy编译的包能够被pypy调用吗?

@JukkaL
Copy link
Collaborator

JukkaL commented Jan 6, 2020

Mypy isn't a compiler, so code type checked by mypy should work with PyPy without issues.

We don't officially support using modules compiled with mypyc in PyPy. I'm not sure if anybody has tried it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants