Skip to content

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