This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients Alexey Kazantsev, Vadim Markovtsev, amaury.forgeotdarc
Date 2015-03-20.13:33:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426858414.82.0.367019348121.issue23720@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2015-03-20 13:33:34amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, Vadim Markovtsev, Alexey Kazantsev
2015-03-20 13:33:34amaury.forgeotdarcsetmessageid: <1426858414.82.0.367019348121.issue23720@psf.upfronthosting.co.za>
2015-03-20 13:33:34amaury.forgeotdarclinkissue23720 messages
2015-03-20 13:33:34amaury.forgeotdarccreate