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