pegleg/pegleg/__init__.py
Phil Sphicas 0524e01779 Accelerate YAML operations with LibYAML
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
2020-09-25 01:01:20 +00:00

2 lines
71 B
Python

import pylibyaml # noqa: F401 # patch pyyaml to use libyaml bindings