Skip to content

Cygwin fixes #17415

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

Merged
merged 1 commit into from
May 15, 2020
Merged

Cygwin fixes #17415

merged 1 commit into from
May 15, 2020

Conversation

Sonic-Amiga
Copy link
Contributor

Use native windows API for loading symbols from dlls instead of libdl. dlsym()
inherits underlying Windows restrictions and does not find symbols located in
dependencies of the library being explored.

This fixes issue #5962

Use native windows API for loading symbols from dlls instead of libdl. dlsym()
inherits underlying Windows restrictions and does not find symbols located in
dependencies of the library being explored.

This fixes issue matplotlib#5962
Copy link
Contributor

@anntzer anntzer left a comment

Choose a reason for hiding this comment

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

Can't test it myself, but makes sense.

@tacaswell tacaswell added this to the v3.3.0 milestone May 15, 2020
@tacaswell tacaswell added the Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions. label May 15, 2020
@tacaswell
Copy link
Member

Thanks @Sonic-Amiga !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS: Microsoft Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants