Message238787
Ok, even assuming that all module globals are in circular reference starting with python 3.4, here is another example without using the globals:
Brief description:
v holds reference to d
a.v = v
b.d = d
Now when we form a circular reference a <-> b, the destructor order becomes wrong for v and d. |
|
Date |
User |
Action |
Args |
2015-03-21 11:06:08 | Alexey Kazantsev | set | recipients:
+ Alexey Kazantsev, amaury.forgeotdarc, pitrou, Vadim Markovtsev |
2015-03-21 11:06:08 | Alexey Kazantsev | set | messageid: <1426935968.17.0.641164771301.issue23720@psf.upfronthosting.co.za> |
2015-03-21 11:06:08 | Alexey Kazantsev | link | issue23720 messages |
2015-03-21 11:06:08 | Alexey Kazantsev | create | |
|