rebuild for 10.11+
This commit is contained in:
parent
d989eff547
commit
901b731582
234 changed files with 1522 additions and 927 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* Generated by Cython 0.28.5 */
|
||||
/* Generated by Cython 0.29.2 */
|
||||
|
||||
#ifndef __PYX_HAVE__lxml__etree
|
||||
#define __PYX_HAVE__lxml__etree
|
||||
|
|
@ -12,7 +12,7 @@ struct LxmlElementBase;
|
|||
struct LxmlElementClassLookup;
|
||||
struct LxmlFallbackElementClassLookup;
|
||||
|
||||
/* "lxml/etree.pyx":320
|
||||
/* "lxml/etree.pyx":318
|
||||
*
|
||||
* # type of a function that steps from node to node
|
||||
* ctypedef public xmlNode* (*_node_to_node_function)(xmlNode*) # <<<<<<<<<<<<<<
|
||||
|
|
@ -21,7 +21,7 @@ struct LxmlFallbackElementClassLookup;
|
|||
*/
|
||||
typedef xmlNode *(*_node_to_node_function)(xmlNode *);
|
||||
|
||||
/* "lxml/etree.pyx":336
|
||||
/* "lxml/etree.pyx":334
|
||||
* @cython.final
|
||||
* @cython.freelist(8)
|
||||
* cdef public class _Document [ type LxmlDocumentType, object LxmlDocument ]: # <<<<<<<<<<<<<<
|
||||
|
|
@ -37,7 +37,7 @@ struct LxmlDocument {
|
|||
struct __pyx_obj_4lxml_5etree__BaseParser *_parser;
|
||||
};
|
||||
|
||||
/* "lxml/etree.pyx":685
|
||||
/* "lxml/etree.pyx":683
|
||||
*
|
||||
* @cython.no_gc_clear
|
||||
* cdef public class _Element [ type LxmlElementType, object LxmlElement ]: # <<<<<<<<<<<<<<
|
||||
|
|
@ -51,7 +51,7 @@ struct LxmlElement {
|
|||
PyObject *_tag;
|
||||
};
|
||||
|
||||
/* "lxml/etree.pyx":1849
|
||||
/* "lxml/etree.pyx":1847
|
||||
*
|
||||
*
|
||||
* cdef public class _ElementTree [ type LxmlElementTreeType, # <<<<<<<<<<<<<<
|
||||
|
|
@ -65,7 +65,7 @@ struct LxmlElementTree {
|
|||
struct LxmlElement *_context_node;
|
||||
};
|
||||
|
||||
/* "lxml/etree.pyx":2576
|
||||
/* "lxml/etree.pyx":2574
|
||||
*
|
||||
*
|
||||
* cdef public class _ElementTagMatcher [ object LxmlElementTagMatcher, # <<<<<<<<<<<<<<
|
||||
|
|
@ -81,7 +81,7 @@ struct LxmlElementTagMatcher {
|
|||
char *_name;
|
||||
};
|
||||
|
||||
/* "lxml/etree.pyx":2607
|
||||
/* "lxml/etree.pyx":2605
|
||||
* self._name = NULL
|
||||
*
|
||||
* cdef public class _ElementIterator(_ElementTagMatcher) [ # <<<<<<<<<<<<<<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue