t554.py.real 247 B

123456789101112
  1. attr is a string, as it should be
  2. Intercepted attempt to set x to 0
  3. item is a string, as it should be
  4. Getting x
  5. a["x"] = 42
  6. Intercepted attempt to set x to 0
  7. Getting x
  8. b["x"] = 42
  9. Getting x
  10. Intercepted attempt to set x to 43
  11. Getting x
  12. b["x"] = 42