Delete yaml.CDangerLoader and yaml.CDangerDumper (#5990)

These no longer exist in PyYAML 4.2.
This commit is contained in:
Akuli
2021-09-01 10:50:30 +03:00
committed by GitHub
parent a9a612df98
commit 6307bfd421
2 changed files with 2 additions and 11 deletions

View File

@@ -1,12 +1,8 @@
yaml.CBaseDumper.__init__
yaml.CDangerDumper
yaml.CDangerLoader
yaml.CDumper.__init__
yaml.CEmitter
yaml.CParser
yaml.YAMLObjectMetaclass.__init__
yaml.constructor.FullConstructor.set_python_instance_state
yaml.cyaml.CBaseDumper.__init__
yaml.cyaml.CDangerDumper
yaml.cyaml.CDangerLoader
yaml.cyaml.CDumper.__init__