We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 778c33e + d694019 commit c84c376Copy full SHA for c84c376
docs/topics/leaks.rst
@@ -98,7 +98,7 @@ Let's see a concrete example of an hypothetical case of memory leaks.
98
Suppose we have some spider with a line similar to this one::
99
100
return Request("http://www.somenastyspider.com/product.php?pid=%d" % product_id,
101
- callback=self.parse, meta={referer: response}")
+ callback=self.parse, meta={referer: response})
102
103
That line is passing a response reference inside a request which effectively
104
ties the response lifetime to the requests' one, and that would definitely
0 commit comments