Files
armada/armada/__init__.py
Phil Sphicas ce5964a594 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: I4a3045e15df909fb4760800ce1fb87e298dd1e67
2020-09-25 14:29:41 +00:00

2 lines
71 B
Python

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