Uh oh!
There was an error while loading. Please reload this page.
gh-64490: varargs support for argument clinic and refactor print with AC - #18609
Conversation
8dca07a to
239ad97Compare0ae57a2 to
deef95cCompareCodecov Report
@@ Coverage Diff @@## master #18609 +/- ##
===========================================
+ Coverage 82.08% 83.20% +1.12%
===========================================
Files 1956 1571 -385 Lines 589394 414936 -174458 Branches 44457 44482 +25 ===========================================
- Hits 483778 345267 -138511 + Misses 95969 60023 -35946 + Partials 9647 9646 -1
Continue to review full report at Codecov.
|
serhiy-storchaka
left a comment
There was a problem hiding this comment.
Interesting PR. Thank you that taken this issue Batuhan! 👍 But it will take a time to make a 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.
pablogsal
commented
Jun 3, 2021
@serhiy-storchaka Could you review this PR if you have the time? If you are busy I can finish the review myself and try to land it so it reaches 3.11 :) |
pablogsal
commented
Jul 13, 2021
@isidentical Can you rebase this and we can land it? |
bedevere-bot
commented
Jul 13, 2021
🤖 New build scheduled with the buildbot fleet by @isidentical for commit 4186327 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
pablogsal
commented
Jul 13, 2021
@isidentical Land if the buildbots are happy. Don't forget to also change the docs for the argument clinic in the devguide with any updates! |
gpshead
commented
Feb 7, 2023
The Doc/howto/clinic.rst docs still need updating. |
f(*args, /)f(x, y, *args, /)f(*args)f(x, y, *args)f(x, /, y, *args)f(x, *args, y=3)f(*args, y=3, z=5)https://bugs.python.org/issue20291