bpo-39573: Add Py_IS_TYPE macro#18488
Conversation
vstinner
left a comment
There was a problem hiding this comment.
I suggest to modify Argument Clinic in a separated PR, but use this PR to update PyXXX_CheckExact() macros. See: nascheme@c156300
You should credit Neil if you reuse his commit: add Author: Neil Schemenauer <nas-github@arctrix.com> at the end of your commit message.
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #18488 +/- ##
===========================================
+ Coverage 82.11% 83.19% +1.08%
===========================================
Files 1956 1571 -385
Lines 589145 414668 -174477
Branches 44447 44450 +3
===========================================
- Hits 483801 345002 -138799
+ Misses 95697 60016 -35681
- Partials 9647 9650 +3
Continue to review full report at Codecov.
|
Sorry, something went wrong.
Co-Author: Neil Schemenauer <nas-github@arctrix.com>
|
Thanks, merged. You can now redo your Argument Clinic change on top of it. |
Sorry, something went wrong.
https://bugs.python.org/issue39573