[Lxml-checkins] r54342 - in lxml/trunk: . src/lxml
scoder at codespeak.net
scoder at codespeak.net
Fri May 2 19:15:07 CEST 2008
Author: scoder
Date: Fri May 2 19:15:07 2008
New Revision: 54342
Modified:
lxml/trunk/ (props changed)
lxml/trunk/src/lxml/tree.pxd
Log:
r4121 at delle: sbehnel | 2008-05-02 19:10:07 +0200
cleanup
Modified: lxml/trunk/src/lxml/tree.pxd
==============================================================================
--- lxml/trunk/src/lxml/tree.pxd (original)
+++ lxml/trunk/src/lxml/tree.pxd Fri May 2 19:15:07 2008
@@ -55,7 +55,7 @@
cdef extern from *: # actually "libxml/dict.h"
# libxml/dict.h appears to be broken to include in C
ctypedef struct xmlDict
- cdef char* xmlDictLookup(xmlDict* dict, char* name, int len)
+ cdef char* xmlDictLookup(xmlDict* dict, char* name, int len) nogil
cdef extern from "libxml/tree.h":
ctypedef struct xmlDoc
More information about the lxml-checkins
mailing list