Understanding memory consumption increase in python using Requests HTTP library

前端 未结 2 531
自闭症患者
自闭症患者 2021-01-18 02:21

I am using python v2.7 and Requests HTTP library. I am using windows 7 OS.

I have failed to understand why the following code consumes more and more memory upon exec

2条回答
  •  醉话见心
    2021-01-18 02:59

    I can only second some of the comments on your original post. I found http://www.digi.com/wiki/developer/index.php/Python_Garbage_Collection to be quite useful in case you want to gain better insight into the gc.

提交回复
热议问题