Edward C. Jones wrote: > Can Py_CLEAR completely replace Py_DECREF and Py_XDECREF?
It would be less efficient in the cases where you don't need to check for NULL and/or clear the reference afterwards. -- Greg _______________________________________________ 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
