[Raymond Hettinger] >> * At my company, we write real-time apps that benefit from the current >> refcounting scheme. We would have to stick with Py2.x unless Boehm GC >> can be implemented without periodically killing responsiveness.
[Jim Jewett] >Do you effectively turn off cyclic collections, (but refcount > reclaims enough) or is the current cyclic collector fast enough? We turn-off GC and code carefully. Raymond _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
