
Patch PyYAML (via the pylibyaml library) to automatically enable the LibYAML parser and emitter, which are faster than the Python versions. https://pypi.org/project/pylibyaml/ Change-Id: I4a3045e15df909fb4760800ce1fb87e298dd1e67
2 lines
71 B
Python
2 lines
71 B
Python
import pylibyaml # noqa: F401 # patch pyyaml to use libyaml bindings
|