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
Use better qualified name for cpython extension module shared library
Shared library for a cpython extension module should be suffixed by
the value of the EXT_SUFFIX configuration variable from the sysconfig
module.
Fixes#24.
0 commit comments