I'm using your library with Python3 to read Informix database. But I noticed that I have memory leak when I'm using this line : dictionary = IfxPy.fetch_assoc(stmt)
I was thinking that was my code but I commented all my code and I let just this line and the memory increase every time inside my while True: loop.
Hello,
I'm using your library with Python3 to read Informix database. But I noticed that I have memory leak when I'm using this line :
dictionary = IfxPy.fetch_assoc(stmt)
I was thinking that was my code but I commented all my code and I let just this line and the memory increase every time inside my
while True:
loop.I created a question on stackoverflow https://stackoverflow.com/questions/52838748/python3-system-service-memory-leak
Hope you can help me.
Thanks