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

Improve libpython search with python's sysconfig INSTSONAME #179

Merged

Conversation

devinrsmith
Copy link
Member

This should be considered a partial improvement related to #75.

A fuller solution might involve listing which shared objects were actually loaded via dl_iterate_phdr.

python/cpython#119349

This should be considered a partial improvement related to jpy-consortium#75.

A fuller solution might involve listing which shared objects were actually loaded via [`dl_iterate_phdr`](https://man7.org/linux/man-pages/man3/dl_iterate_phdr.3.html).

python/cpython#119349
@devinrsmith devinrsmith self-assigned this Jan 6, 2025
@devinrsmith devinrsmith added the enhancement New feature or request label Jan 6, 2025
Copy link
Contributor

@jmao-denver jmao-denver left a comment

Choose a reason for hiding this comment

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

LGTM

@devinrsmith devinrsmith merged commit 3a0f492 into jpy-consortium:master Jan 6, 2025
68 checks passed
@devinrsmith devinrsmith deleted the add-install-so-name-candidate branch January 6, 2025 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants