repo.or.cz
/
pyyaml
/
python3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Subclass all base classes from `object`.
[pyyaml/python3.git]
/
tests
/
data
/
recursive-tuple.recursive
blob
dc08d029e7856695c4f5327dc905afe8809d073d
1
value = ([], [])
2
value[0].append(value)
3
value[1].append(value[0])