Antoine Pitrou <pit...@free.fr> added the comment:

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.

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5437>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to