2013/5/18 Antoine Pitrou <[email protected]>: > Calling finalizers only once is fine with me, but it would be a change > in behaviour; I don't know if it may break existing code.
I agree with Armin that this is better behavior. (Mostly significantly consistent with weakrefs.) > > (for example, say someone is using __del__ to manage a freelist) Do you know if it breaks any of the projects you tested it with? -- Regards, Benjamin _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
