Commit 93f72763 authored by di68kap's avatar di68kap
Browse files

- more compatibility fixes for windows and cython

parent 75f578bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -750,7 +750,7 @@ class RootNode(Node):
        duplicate._len = self._len
        if self.attr_active():
            duplicate.attr.update(copy.deepcopy(self._xml_attr))
            # duplicate._xml_attr = copy.deepcopy(self._xml_attr)
            # duplicate._xml_attr = copy.deepcopy(self._xml_attr)  # this is blocked by cython
        duplicate.all_errors = copy.deepcopy(self.all_errors)
        duplicate.error_flag = self.error_flag
        duplicate.inline_tags = self.inline_tags
+2 −2
Original line number Diff line number Diff line
del DHParser\syntaxtree*.pyd
del DHParser\syntaxtree*.c
del DHParser\*.pyd
del DHParser\*.c
python.exe setup.py build_ext --inplace