This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: urllib2 has memory leaks
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: facundobatista, georg.brandl, halfik
Priority: normal Keywords:

Created on 2006-02-13 04:30 by halfik, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg27502 - (view) Author: halfik (halfik) Date: 2006-02-13 04:30
reg = urllib2.Request(url, data, headers)
rl_handle = urllib2.urlopen(reg)

urllib2 has hot memory leaks.

gc: uncollectable <_fileobject memory_adres>
gc: uncollectable <list memory adres>
msg27503 - (view) Author: Facundo Batista (facundobatista) * (Python committer) Date: 2007-03-31 12:36
How did you produce those results? (how can I reproduce them?)

In which Python version you did?

Regards,
msg27504 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-06-07 13:41
Dupe of #1208304.
History
Date User Action Args
2022-04-11 14:56:15adminsetgithub: 42896
2006-02-13 04:30:37halfikcreate