Thank You for answer.
I will check memory usage with other tool.
Is there any python 3.3 tool to check if memory was relased?
User Profile
Collapse
-
Python 3.3 urllib memory leakage
Im using mac mini with ios 10.9.2 and Python 3.3. I wrote simple Python app, which fetch api data and shows some calculation. Everything is working well, but i saw in Activity Monitor (os tool) that after few connections system memory usage incrases, but in my opinion it shouldnt. I wouldnt publish aplication that can eat all memory so I need a help.
Here is a pice of my code which makes this problem:
...Code:import urllib.request
No activity results to display
Show More
Leave a comment: