Author: Ronan Lamy <[email protected]>
Branch: py3.5
Changeset: r88093:cf3b16633b90
Date: 2016-11-03 01:18 +0000
http://bitbucket.org/pypy/pypy/changeset/cf3b16633b90/
Log: remove obsolete comment
diff --git a/pypy/interpreter/astcompiler/codegen.py
b/pypy/interpreter/astcompiler/codegen.py
--- a/pypy/interpreter/astcompiler/codegen.py
+++ b/pypy/interpreter/astcompiler/codegen.py
@@ -1210,12 +1210,6 @@
d.values[i].walkabout(self)
containers += 1
else:
- # TODO: key.walkabout has to be called before
d.values.walkabout
- # that would fix the error "keywords must be strings"
- # for some reason the keys and values seem to be in
reverse order
- # in some cases, so another error has to be fixed in order
for
- # this to work, otherwise it breaks everything
- # after fix: remove dirty fixes in pyopcode
key.walkabout(self)
d.values[i].walkabout(self)
elements += 1
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit