Uh oh!
There was an error while loading. Please reload this page.
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.
|
vstinner
left a comment
There was a problem hiding this comment.
First round of review: the parenthesis review :-)
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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>
vstinner
commented
Mar 4, 2020
@petdance: Thanks, merged. There are code like |
bpo-39573: Finish converting to new Py_IS_TYPE() macro (pythonGH-18601)
petdance
commented
Mar 4, 2020
Sure, I'll take care of them. |
Updates remaining files to use Py_IS_TYPE:
https://bugs.python.org/issue39573