[Lxml-checkins] r42731 - lxml/trunk/src/lxml

scoder at codespeak.net scoder at codespeak.net
Sun May 6 11:13:04 CEST 2007


Author: scoder
Date: Sun May  6 11:13:04 2007
New Revision: 42731

Modified:
   lxml/trunk/src/lxml/etree.pyx
Log:
cleanup

Modified: lxml/trunk/src/lxml/etree.pyx
==============================================================================
--- lxml/trunk/src/lxml/etree.pyx	(original)
+++ lxml/trunk/src/lxml/etree.pyx	Sun May  6 11:13:04 2007
@@ -1044,6 +1044,7 @@
     ELEMENT_CREATION_LOCK = NULL
 
 cdef extern from "etree_defs.h":
+    # macro call to 'tp_new()' for fast instantiation
     cdef _Element NEW_ELEMENT "PY_NEW" (object t)
 
 cdef _Element _elementFactory(_Document doc, xmlNode* c_node):


More information about the lxml-checkins mailing list