-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-39573: Finish converting to new Py_IS_TYPE macro. #18601
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
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.
|
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.
First round of review: the parenthesis review :-)
Co-Authored-By: Victor Stinner <[email protected]>
Co-Authored-By: Victor Stinner <[email protected]>
Co-Authored-By: Victor Stinner <[email protected]>
Co-Authored-By: Victor Stinner <[email protected]>
Co-Authored-By: Victor Stinner <[email protected]>
Co-Authored-By: Victor Stinner <[email protected]>
Co-Authored-By: Victor Stinner <[email protected]>
Co-Authored-By: Victor Stinner <[email protected]>
@petdance: Thanks, merged. There are code like |
bpo-39573: Finish converting to new Py_IS_TYPE() macro (pythonGH-18601)
Sure, I'll take care of them. |
Updates remaining files to use Py_IS_TYPE:
https://bugs.python.org/issue39573