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
`libpython` is intended for host applications which wish to embed an
interpreter w/o static linking. Binary modules should *not* link to
`libpython` for symbols, and should instead bind to symbols provided by
the host environment.
See the section on `libpython` in PEP 513 for more details.
0 commit comments