gavo.utils.monkeypatch module

This module contains monkey patches for the python standard library where we want to use features beyond the current base line (python 3.7).

It is imported early on by utils.__init__, so anything that is in DaCHS should be able to rely on these patches.

gavo.utils.monkeypatch.patch_openssl()[source]