t551.py.real 279 B

1234567891011121314
  1. a.x = 42
  2. attr is a string, as it should be
  3. Getting y
  4. a.y = 41
  5. attr is a string, as it should be
  6. Getting z
  7. a.z = 43
  8. attr is a string, as it should be
  9. Intercepted attempt to set x to 0
  10. a.x = 42
  11. attr is a string, as it should be
  12. Intercepted attempt to set x to 43
  13. b.x = 42
  14. b.x = 43