Demo difference in behaviors between pyyaml 3 and 4 when using custom tags and safe loading. Also check against a pending Ingy change.
Run tox
to see it in action. The different versions will do
different things. Which is right?
The key difference is that in PyYAML 3 we see ConstructorErrors from safe_load and in PyYAML 4 they are from danger mode.