-
Notifications
You must be signed in to change notification settings - Fork 15
Remove CFFI in favor of native extension to support free-threaded mode #96
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
base: master
Are you sure you want to change the base?
Conversation
Removed cffi package version 1.17.1 and its dependencies from the lock file.
CodSpeed Performance ReportMerging #96 will degrade performances by 16.5%Comparing Summary
Benchmarks breakdown
|
Sounds good. I can't wait to see if this will pass on through or not. |
It seems that there is an issue when running In the runner we are setting the following: Do you know if there is any issue with free-threaded python and using |
@adriencaccia Sorry for my rather late response but there is one called |
Fix #86
This is still a work in progress, it must be tested thoroughly in CI to ensure that it plays well with free-threaded versions of Python, using UV or not.