absurdfarce commented on PR #1264:
URL:
https://github.com/apache/cassandra-python-driver/pull/1264#issuecomment-3687693535
I've run this through our wheel build process for Python 3.12 against ARM64
and x86_64 Ubuntu. In both cases all expected native code was preserved.
Might still have a problem though:
```
(wheel-validate-venv) mersault@stravinsky:~/Downloads$ python3
Python 3.12.11 (main, Sep 2 2025, 14:20:15) [Clang 20.1.4 ] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from cassandra.cmurmur3 import murmur3
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError:
/home/mersault/Downloads/wheel-validate-venv/lib/python3.12/site-packages/cassandra/cmurmur3.cpython-312-aarch64-linux-gnu.so:
undefined symbol: rotl64
>>> import cassandra.io.libevwrapper as libev
>>>
```
I mean... at least libev worked...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]