OpenInformix / IfxPy

Informix native Python driver for scalable enterprise and IoT solutions.
Other
46 stars 22 forks source link

Memory leak #9

Closed JonathanVandal closed 6 years ago

JonathanVandal commented 6 years ago

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

JonathanVandal commented 6 years ago

As you answered me on stackoverflow I close this issue.