You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EXT_SUFFIX includes a platform information tag starting from Python 3.5 [0]
For example:
>>> sysconfig.get_config_var("EXT_SUFFIX")
'.cpython-38-aarch64-linux-gnu.so'
This suffix only applies to cpython extensions i.e. not to the iptables shared
objects.
Adding '.so' as an additional suffix for shared objects fixes the issue.
Fixes: Issue #301
Signed-off-by: Frank Vanbever <frank.vanbever@essensium.com>
[0]: https://docs.python.org/3/whatsnew/3.5.html#build-and-c-api-changes
0 commit comments