Uh oh!
There was an error while loading. Please reload this page.
bpo-39573: Fix bad copy-paste in Py_SET_SIZE. - #18496
Conversation
vstinner
left a comment
There was a problem hiding this comment.
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.
|
vstinner
commented
Feb 13, 2020
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