mirror of https://github.com/scrapy/scrapy.git
Fix a typing error with Twisted 24.7.0.
This commit is contained in:
parent
7c1b17f07d
commit
b80a20c84c
|
|
@ -208,7 +208,7 @@ class MediaPipeline:
|
|||
# minimize cached information for failure
|
||||
result.cleanFailure()
|
||||
result.frames = []
|
||||
result.stack = None
|
||||
result.stack = []
|
||||
|
||||
# This code fixes a memory leak by avoiding to keep references to
|
||||
# the Request and Response objects on the Media Pipeline cache.
|
||||
|
|
|
|||
Loading…
Reference in New Issue