-
Notifications
You must be signed in to change notification settings - Fork 181
Importer fixes #1431
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
Importer fixes #1431
Conversation
|
I tested the current versions all of the Python 3.10 packages in the repository on ARM64, except for those marked as obsolete in #1039, or variants excluded by the script in release/README.md. Based on the the top packages list attached to #1427, here they are in order of popularity:
All of them passed with this PR, although the following required a special configuration:
|
|
On Python 3.13, I also checked a couple of official wheels from PyPI. The only one we have a test script for so far is pyzmq, and I also did a manual test of pybase64. Both of them worked OK. |
|
Performance test procedure from release/performance.md shows no significant change in speed, and an acceptably small increase in size. |
numpy.ctypeslib.load_libraryand other common ctypes usages require the library file to already exist #892