[Lxml-checkins] r48176 - lxml/branch/lxml-1.3/src/lxml

scoder at codespeak.net scoder at codespeak.net
Mon Oct 29 20:46:36 CET 2007


Author: scoder
Date: Mon Oct 29 20:46:36 2007
New Revision: 48176

Modified:
   lxml/branch/lxml-1.3/src/lxml/proxy.pxi
Log:
cleanup

Modified: lxml/branch/lxml-1.3/src/lxml/proxy.pxi
==============================================================================
--- lxml/branch/lxml-1.3/src/lxml/proxy.pxi	(original)
+++ lxml/branch/lxml-1.3/src/lxml/proxy.pxi	Mon Oct 29 20:46:36 2007
@@ -40,7 +40,7 @@
     c_node._private = NULL
     return 0
 
-cdef _releaseProxy(_Element proxy):
+cdef void _releaseProxy(_Element proxy):
     """An additional DECREF for the document.
     """
     python.Py_XDECREF(proxy._gc_doc)


More information about the lxml-checkins mailing list