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

Analysis: ctypes: Guard against errors triggered by find_library(). (#5734) #5740

Merged
merged 1 commit into from Apr 15, 2021

Conversation

bwoodsend
Copy link
Member

@bwoodsend bwoodsend commented Apr 15, 2021

On some Linux C compiler combinations:

ctypes.util.find_library("libc.so")

Unintentionally trips a FileNotFoundError instead of simply returning None.

Fixes #5734.

…yinstaller#5734)

On some Linux C compiler combinations:

    ctypes.util.find_library("libc.so")

Unintentionally trips a FileNotFoundError instead of simply returning
None.

Fixes pyinstaller#5734.
@bwoodsend bwoodsend added the merge-on-ci-pass This PR is ready to merge providing CI passes label Apr 15, 2021
@bwoodsend bwoodsend merged commit 577e755 into pyinstaller:develop Apr 15, 2021
@bwoodsend bwoodsend deleted the fix-ctypes-find-libc branch April 15, 2021 20:43
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
merge-on-ci-pass This PR is ready to merge providing CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken ctypes dependency scanning on Kivy
2 participants