STINNER Victor <[email protected]> added the comment:
In release mode, I get the libraries:
* xxlimited.cpython-310-x86_64-linux-gnu.so
* xxlimited_35.cpython-310-x86_64-linux-gnu.so
In debug mode, I get the libraries:
* xxlimited.cpython-310d-x86_64-linux-gnu.so
* xxlimited_35.cpython-310d-x86_64-linux-gnu.so
It's still a different ABI: "cpython-310" vs "cpython-310d" ("D" for debug). So
there is risk to be confused between the stable ABI in release mode and the
stable ABI in debug mode :-) I don't how how to get the ".abi3.so" suffix.
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue43688>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com