Skip to content

Py3.9 compatibility and opacity kludge

Christian Gutschow requested to merge py39_opacity into release-3-1-x

Python 3.9 is more rigorous about shared memory and e.g. doesn't allow global variables between individual workers of the multiprocessing pool (which breaks make-plots).

Meanwhile, GhostScript-9.52 and higher changes the policy with respect to opacity which can be worked around though, albeit with a bit of an ugly hack.

Edited by Christian Gutschow

Merge request reports