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-46430: Intern strings in deep-frozen modules #30683
Conversation
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 have a feeling this isn't going to be enough, alas. :-(
I've tried to drop a few hints in the review. :-)
I'll revisit this once statically allocated strings land by @ericsnowcurrently See #30928 |
To be clear you're referencing faster-cpython/ideas#230 and #30928 here. |
198a965
to
b2d3eb2
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.
Nice, I just think we shouldn't ignore errors.
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.
Okay, fair enough.
The change introduced a regression: https://bugs.python.org/issue46430#msg413822 |
https://bugs.python.org/issue46430