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 pitrou
Recipients amaury.forgeotdarc, pitrou
Date 2009-03-08.01:34:57
SpamBayes Score 0.008714917
Marked as misclassified No
Message-id <1236476098.76.0.729013333949.issue5437@psf.upfronthosting.co.za>
In-reply-to
Content
A proper fix would probably be to maintain a bunch of preallocated
instances in a freelist rather than relying on an explicit singleton. It
would enforce proper dereferencing and garbage collection semantics.
History
Date User Action Args
2009-03-08 01:34:58pitrousetrecipients: + pitrou, amaury.forgeotdarc
2009-03-08 01:34:58pitrousetmessageid: <1236476098.76.0.729013333949.issue5437@psf.upfronthosting.co.za>
2009-03-08 01:34:57pitroulinkissue5437 messages
2009-03-08 01:34:57pitroucreate