-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport Morsel creation speed up patch from cpython gh-126156 #284
Conversation
Python 3.13 was merged and therefore now available |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add it to the 3.13 too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using the right button this time.
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
Pushed the patch to 3.13 as well Will mark it ready for review if CI passes. Looks like things are busy now so will need to come back and check it later |
#7 7.301 patching file Lib/http/cookies.py It looks like its patching ok on 3.12 and 3.13 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @bdraco 👍
../Frenck
Improved performances of creating :py:class:
~http.cookies.Morsel
objects by a factor of 3.8x.Should also get backported to 3.13 when it becomes available
Backport of python/cpython@dd3c0fa