b41c3151fb
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: Iad54bfd21083b24cad5429bd8ecf794a9ead513e
2 lines
71 B
Python
2 lines
71 B
Python
import pylibyaml # noqa: F401 # patch pyyaml to use libyaml bindings
|