Skip to content

Commit 9eb575a

Browse files
committed
removing custom destructor in an attempt to see if it remedies issue #17
1 parent d973ba8 commit 9eb575a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

frog_wrapper.pyx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,6 @@ cdef class Frog:
198198
else:
199199
return self.parsecolumns(self.process_raw(text))
200200

201-
202-
def __del__(self):
203-
del self.capi
204-
205201
def _encode_text(self, text):
206202
if sys.version < '3' and type(text) == unicode:
207203
return text.encode('utf-8')

0 commit comments

Comments
 (0)