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