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

Add experimental support to Mypyc #442

Merged
merged 1 commit into from
Feb 11, 2024
Merged

Add experimental support to Mypyc #442

merged 1 commit into from
Feb 11, 2024

Conversation

nycholas
Copy link
Member

@nycholas nycholas commented Jan 25, 2024

Mypyc compiles Python modules to C extensions. It uses standard Python type hints to generate fast code.

This support is only to sync version, the async version is not supported.

In order to generate a compiled version, run the command:

$ MYPYC_ENABLE=1 python setup.py bdist_wheel

or

$ MYPYC_ENABLE=1 python -m build

@nycholas
Copy link
Member Author

github-actions-workflow-tests

Copy link

Running "Tests [Docker]" workflow.

@nycholas nycholas force-pushed the feature/mypyc branch 2 times, most recently from 09ed74a to 5a1145d Compare February 11, 2024 12:14
Mypyc compiles Python modules to C extensions. It uses standard
Python type hints to generate fast code.

This support is only to sync version, the async version is not
supported.

In order to generate a compiled version, run the command:

```
$ MYPYC_ENABLE=1 python setup.py bdist_wheel
```

or

```
$ MYPYC_ENABLE=1 python -m build
```
@nycholas nycholas merged commit f08fa73 into master Feb 11, 2024
12 checks passed
@nycholas nycholas deleted the feature/mypyc branch February 11, 2024 13:19
nycholas added a commit that referenced this pull request Feb 11, 2024
* Build Python wheels for all the platforms (#447)
* Add experimental support to Mypyc (#442)
* Bump the python-requirements group in /requirements with 1 update (#446)
* Bump the python-requirements group in /requirements with 8 updates (#445)
* Bump the python-requirements group in /requirements with 2 updates (#438)
* Migrate from pylint, flake8, isort and black to ruff (#437)
* Remove Py37 compability (#435)
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

Successfully merging this pull request may close these issues.

1 participant