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
unix: properly advertise extension suffix when cross-compiling
This affected Linux and macOS cross builds. imp gets its extension
list from C code, which is using the host binary/config. So this
commit reimplements the logic for deriving the list in Python using
values from sysconfig.
0 commit comments