Content-Length: 283788 | pFad | https://github.com/python/cpython/issues/126156
F8Morsel.__init__ loops reserved values and could be replaced with a simple dict update #126156Fetched URL: https://github.com/python/cpython/issues/126156
Alternative Proxies:
cpython/Lib/http/cookies.py
Line 276 in 224c370
Backstory:
aio-libs/aiohttp#9594
Processing cookies is a significant part of the
aiohttprequest time, and some requesters have to create manyMorselobjects because they have a lot of cookies on every request.There are few places that can be optimized in
http.cookiesThis one is low hanging fruit
Linked PRs
Morselobjects #126157