-
Notifications
You must be signed in to change notification settings - Fork 9
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
Is Cython really necessary as a runtime dependency? #19
Comments
On Mon, Apr 1, 2024 at 5:12 AM monosans ***@***.***> wrote:
—
Reply to this email directly, view it on GitHub
<#19>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3K7GGQZRRYU6SPZITFWIXLY3EXI3AVCNFSM6AAAAABFRMJNU2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGIYTOOJWHE4DKNQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
It has to do with compiling everything and packing the wheels for release.
I don’t think there’s anything that I can do to change that.
|
Yes, it is required at build time. But I am 99% sure it is not required at runtime. |
lschoe
added a commit
that referenced
this issue
May 14, 2024
For the current version, the Winloop wheel on PyPI only needs 4 files to run: __init__py, _noop.py, _version.py, and loop.*.pyd. End users need not be bothered with cython.
As fas as I can tell, cython is indeed not needed for the end users (who download the library as a wheel from PyPI). Anyone who wants to run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: