Completely rewrite the libyaml bindings.
[pyyaml/python3.git] / tests / data / recursive-list.recursive
blob27a4ae502854adcc225478a7a5a256ea967b9510
1 value = []
2 value.append(value)