bpo-39573: Finish converting to new Py_IS_TYPE macro.#18601
Conversation
Codecov Report
@@ Coverage Diff @@
## master #18601 +/- ##
=======================================
Coverage 82.06% 82.06%
=======================================
Files 1955 1955
Lines 584068 584068
Branches 44458 44458
=======================================
+ Hits 479334 479335 +1
+ Misses 95110 95107 -3
- Partials 9624 9626 +2
Continue to review full report at Codecov.
|
Sorry, something went wrong.
vstinner
left a comment
There was a problem hiding this comment.
First round of review: the parenthesis review :-)
Sorry, something went wrong.
Co-Authored-By: Victor Stinner <vstinner@python.org>
Co-Authored-By: Victor Stinner <vstinner@python.org>
Co-Authored-By: Victor Stinner <vstinner@python.org>
Co-Authored-By: Victor Stinner <vstinner@python.org>
Co-Authored-By: Victor Stinner <vstinner@python.org>
Co-Authored-By: Victor Stinner <vstinner@python.org>
Co-Authored-By: Victor Stinner <vstinner@python.org>
Co-Authored-By: Victor Stinner <vstinner@python.org>
|
@petdance: Thanks, merged. There are code like |
Sorry, something went wrong.
bpo-39573: Finish converting to new Py_IS_TYPE() macro (pythonGH-18601)
Sure, I'll take care of them. |
Sorry, something went wrong.
Sorry, something went wrong.
Updates remaining files to use Py_IS_TYPE:
https://bugs.python.org/issue39573