Skip to content
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

Typo in: Bloating instance dicts #271

Closed
buttercrab opened this issue Aug 9, 2021 · 0 comments
Closed

Typo in: Bloating instance dicts #271

buttercrab opened this issue Aug 9, 2021 · 0 comments

Comments

@buttercrab
Copy link

In Bloating instance dicts,

Additionaly, if the dictionary keys have be resized (because new keys are inserted), they are kept shared only if they are used by a exactly single dictionary (this allows adding many attributes in the __init__ of the very first created instance, without causing an "unshare").

I think it should change to

Additionally, if the dictionary keys have been resized (because new keys are inserted), they are kept shared only if they are used by an exactly single dictionary (this allows adding many attributes in the __init__ of the very first created instance, without causing an "unshare").

muscliary pushed a commit to muscliary/wtfpython that referenced this issue Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant