Message238669
Actually there *is* a cycle:
assert a.vector is a.vector.device.__class__.__del__.__globals__['a'].vector
A workaround is to not store objects with __del__ in module globals...
Or have only one (the Main instance in your case) |
|
Date |
User |
Action |
Args |
2015-03-20 13:33:34 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, Vadim Markovtsev, Alexey Kazantsev |
2015-03-20 13:33:34 | amaury.forgeotdarc | set | messageid: <1426858414.82.0.367019348121.issue23720@psf.upfronthosting.co.za> |
2015-03-20 13:33:34 | amaury.forgeotdarc | link | issue23720 messages |
2015-03-20 13:33:34 | amaury.forgeotdarc | create | |
|