]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126156: Improve performance of creating `Morsel` objects (#126157)
authorJ. Nick Koston <nick@koston.org>
Thu, 31 Oct 2024 19:05:40 +0000 (14:05 -0500)
committerGitHub <noreply@github.com>
Thu, 31 Oct 2024 19:05:40 +0000 (12:05 -0700)
commitdd3c0fa3fd2795326dae0e0ed63c668f5506cf32
tree74f97839c0d1159f5dcff80539e68f71c15fb1a5
parent0e8665554b2f1334e530fd6de5b3a4e908405419
gh-126156: Improve performance of creating `Morsel` objects (#126157)

Replaces the manually constructed loop with a call to `dict.update`
Lib/http/cookies.py
Misc/NEWS.d/next/Library/2024-10-30-00-12-22.gh-issue-126156.BOSqv0.rst [new file with mode: 0644]