Issue 1430435: urllib2 has memory leaks (original) (raw)

Issue1430435

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
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:15 admin set github: 42896
2006-02-13 04:30:37 halfik create