Bug#515634: python-yaml: YAML loader complains about non-unique anchors

2020-04-15 Thread Scott Kitterman
The proposed change in https://github.com/yaml/pyyaml/pull/394 resolves this issue. Scott K signature.asc Description: This is a digitally signed message part.

Bug#515634: python-yaml: YAML loader complains about non-unique anchors

2009-02-16 Thread Paul Evans
Package: python-yaml Version: 3.08-1 Severity: normal Given a small input file, such as - anchor 1 - anchor 1 yaml.load() dies with an error: yaml.composer.ComposerError: found duplicate anchor 'anchor'; first occurence in string, line 1, column 3: - anchor 1 ^