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 gustavo
Recipients gustavo
Date 2014-02-05.11:52:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391601143.27.0.910101155735.issue20519@psf.upfronthosting.co.za>
In-reply-to
Content
If you try the attached program, you will find that for every iteration the uuid.uuid4() call generates objects that contain reference cycles and need the help of the garbage collector.  This is not nice.  If I make the ctypes module not able to import, then no garbage is generated.

This problem appears in 2.7, 3.3, and 3.4, at least.
History
Date User Action Args
2014-02-05 11:52:23gustavosetrecipients: + gustavo
2014-02-05 11:52:23gustavosetmessageid: <1391601143.27.0.910101155735.issue20519@psf.upfronthosting.co.za>
2014-02-05 11:52:23gustavolinkissue20519 messages
2014-02-05 11:52:23gustavocreate