Skip to content

Import silx.matplotlib early to mitigate segfault

Valentin Valls requested to merge valls-patch-99 into master

Mitigate segfault noticed by @pguillou.

This looks to fix the problem, while the problem is still there some how. I suspect a python extension (like scipy or silx) to share and override system function.

Merge request reports