gh-64490: varargs support for argument clinic and refactor print with AC#18609
gh-64490: varargs support for argument clinic and refactor print with AC#18609isidentical merged 1 commit into
Conversation
169a88a to
10a983e
Compare
February 23, 2020 10:13
8dca07a to
239ad97
Compare
February 24, 2020 17:07
0ae57a2 to
deef95c
Compare
February 26, 2020 12:31
Codecov 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.
|
Sorry, something went wrong.
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.
Sorry, something went wrong.
a9ffdcb to
445eaa5
Compare
September 3, 2020 16:10
|
@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 :) |
Sorry, something went wrong.
|
🤖 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. |
Sorry, something went wrong.
|
@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! |
Sorry, something went wrong.
|
The Doc/howto/clinic.rst docs still need updating. |
Sorry, something went wrong.
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