-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
bpo-36030: Improve performance of some tuple operations #12052
Conversation
12851b4
to
e21644f
Compare
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.
Hi, lgtm. Tonight, if any work on this, I will test it, and I will give you my depth opinion :-)
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.
I like the fact that all changes are restricted to tupleobject.c.
ab67436
to
3d65669
Compare
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.
@sir-sigurd Can you please add a few comments? See my review.
@sir-sigurd, I'm not sure the status of this. Have you addressed all the review comments from @vstinner? If so, please add a note that this is ready for review again. Thanks! |
01b5c6c
to
bd18846
Compare
bd18846
to
897404a
Compare
@vstinner could you check it again? I reworked it a bit, hope it looks more sane now. |
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
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.
LGTM.
It seems to work, but I marked it as WIP, because it looks a bit ugly, I'll try to do something with it.
https://bugs.python.org/issue36030