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.
|
|
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