Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pybindings] remove linking to libpython #13695

Merged
merged 1 commit into from
Sep 22, 2020

Conversation

vicpopov
Copy link
Contributor

В принципе, линковка с libpythonX.Y.so означает намерение создать внутри собственной программы интерпретатор питона, и начать выполнять python-код в нём.
Мы этого в наших расширениях совсем не делаем, и линковка не должна быть нужной.

Насущная причина, помимо концептуальной - это невозможность сборки manylinux2010-wheels. Ноги растут из pypa/manylinux#30 - там было решено, что из-за различий в дистрибутивах linux лучше просто запретить линковку расширений с libpythonX.Y.so.

В итоге, на linux всё собирается и потом работает.
Нужно ещё проверить на маке.

Copy link
Contributor

@mpimenov mpimenov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants