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: remove makefile rules for building shared extension modules
We want to teach the build to produce a shared library. But we want
to statically link extension modules in libpython. We need to patch
makesetup so it doesn't produce rules to build shared extension
modules, as these would complicate the linking story.
0 commit comments