Closed wouterzwerink closed 10 months ago
Thanks, this looks good but can you please add a news fragment about this change?
Done, let me know if that looks good to you! By the way, it might be worth adding something about news fragments in CONTRIBUTING.md
Thanks, this looks good but can you please add a news fragment about this change?
Done, let me know if that looks good to you! By the way, it might be worth adding something about news fragments in
CONTRIBUTING.md
Good point, see #1151 (unfortunately I can't add you as reviewer)
Motivation
yaml.CSafeLoader
is significantly faster. However, it is not always available. The proposed change is to use it whenever it is available with a fall back toyaml.SafeLoader
(current loader).Have you read the Contributing Guidelines on pull requests?
Yes
Test Plan
No additional tests required, current tests should cover yaml being parsed correctly.
Fixes
What issue does this PR fix? Use https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue to link this PR to a corresponding issue.
Fixes #1149
Related PRs
-