Code you're trying to run:
>>> d = {}
>>> d["__proto__"]="testing"
>>> print d
What does "real" Python output?
{'__proto__': 'testing'}
What browser are you using? On what operating system?
Browser-independent
Please provide any additional information.
One solution might be to prefix all object keys with something (a dollar sign?)
Original issue reported on code.google.com by carnioja...@gmail.com on 8 Jan 2011 at 4:11
Original issue reported on code.google.com by
carnioja...@gmail.com
on 8 Jan 2011 at 4:11