-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-39573: Fix bad copy-paste in Py_SET_SIZE. #18496
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
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 also noticed a typo in Py_SET_SIZE() doc:
https://docs.python.org/dev/c-api/structures.html#c.Py_SET_SIZE
"Set the object o size of size." => "Set ... to size."
Would you mind to also fix it, please?
Codecov Report
@@ Coverage Diff @@
## master #18496 +/- ##
===========================================
+ Coverage 82.10% 83.20% +1.09%
===========================================
Files 1958 1571 -387
Lines 589576 414668 -174908
Branches 44449 44450 +1
===========================================
- Hits 484095 345007 -139088
+ Misses 95833 60017 -35816
+ Partials 9648 9644 -4
Continue to review full report at Codecov.
|
Thanks. I'm feeling ashamed by these typos, but I'm also feeling better after your fix :-) |
Thanks! Besides, maybe there's some use-case out there for |
@vstinner
https://bugs.python.org/issue39573