[Python-checkins] r64848 - svn:log
kristjan.jonsson
python-checkins at python.org
Thu Jul 10 16:42:10 CEST 2008
Author: kristjan.jonsson
Revision: 64848
Property Name: svn:log
Action: modified
Property diff:
--- old property value
+++ new property value
@@ -0,0 +1,2 @@
+Use Py_CLEAR wherever prudent. This should be used if nulling a member or prior to assignment. This also makes the home-grown macro ZAP redundant.
+Use PyObject_CallFunction in place of PyObject_Call to simplify things where appropriate.
\ No newline at end of file
More information about the Python-checkins
mailing list