Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-64490: varargs support for argument clinic and refactor print with AC#18609

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
isidentical merged 1 commit intopython:mainfromisidentical:bpo-20291
Jul 16, 2021

Conversation

isidentical
Copy link
Member

@isidenticalisidentical commentedFeb 22, 2020
edited by bedevere-bot
Loading

  • 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

@isidenticalisidentical changed the title[WIP] varargs support for argument clinic[WIP] varargs support for argument clinic and refactor print with ACFeb 23, 2020
@isidenticalisidenticalforce-pushed thebpo-20291 branch 4 times, most recently from8dca07a to239ad97CompareFebruary 24, 2020 17:07
@isidenticalisidentical changed the title[WIP] varargs support for argument clinic and refactor print with AC[WIP] bpo-20291: varargs support for argument clinic and refactor print with ACFeb 24, 2020
@isidenticalisidenticalforce-pushed thebpo-20291 branch 5 times, most recently from0ae57a2 todeef95cCompareFebruary 26, 2020 12:31
@codecov
Copy link

codecovbot commentedFeb 26, 2020

Codecov Report

Merging#18609 intomaster willincrease coverage by1.12%.
The diff coverage isn/a.

Impacted file tree graph

@@             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
Impacted FilesCoverage Δ
Lib/distutils/tests/test_bdist_rpm.py30.00% <0.00%> (-65.00%)⬇️
Lib/distutils/command/bdist_rpm.py7.63% <0.00%> (-56.88%)⬇️
Lib/test/test_urllib2net.py76.92% <0.00%> (-13.85%)⬇️
Lib/test/test_smtpnet.py78.57% <0.00%> (-7.15%)⬇️
Lib/ftplib.py63.85% <0.00%> (-6.06%)⬇️
Lib/test/test_ftplib.py87.11% <0.00%> (-4.72%)⬇️
Tools/scripts/db2pickle.py17.82% <0.00%> (-3.97%)⬇️
Tools/scripts/pickle2db.py16.98% <0.00%> (-3.78%)⬇️
Lib/test/test_socket.py71.94% <0.00%> (-3.77%)⬇️
Lib/test/test_asyncio/test_base_events.py91.84% <0.00%> (-3.30%)⬇️
... and446 more

Continue to review full report at Codecov.

Legend -Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered byCodecov. Last update4dee92b...deef95c. Read thecomment docs.

@isidenticalisidentical marked this pull request as ready for reviewFebruary 26, 2020 16:08
@isidenticalisidentical changed the title[WIP] bpo-20291: varargs support for argument clinic and refactor print with ACbpo-20291: varargs support for argument clinic and refactor print with ACFeb 26, 2020
@serhiy-storchakaserhiy-storchaka self-requested a reviewMarch 14, 2020 10:23
Copy link
Member

@serhiy-storchakaserhiy-storchaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Interesting PR. Thank you that taken this issue Batuhan! 👍 But it will take a time to make a review.

@pablogsal
Copy link
Member

@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
Copy link
Member

@isidentical Can you rebase this and we can land it?

@isidenticalisidentical added the 🔨 test-with-buildbotsTest PR w/ buildbots; report in status section labelJul 13, 2021
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by@isidentical for commit4186327 🤖

If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again.

@bedevere-botbedevere-bot removed the 🔨 test-with-buildbotsTest PR w/ buildbots; report in status section labelJul 13, 2021
@pablogsal
Copy link
Member

@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!

isidentical reacted with thumbs up emoji

@isidenticalisidentical merged commit9af34c9 intopython:mainJul 16, 2021
@gpsheadgpshead changed the titlebpo-20291: varargs support for argument clinic and refactor print with ACgh-64490: varargs support for argument clinic and refactor print with ACFeb 7, 2023
@gpshead
Copy link
Member

The Doc/howto/clinic.rst docs still need updating.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@serhiy-storchakaserhiy-storchakaserhiy-storchaka left review comments

@pablogsalpablogsalpablogsal approved these changes

@larryhastingslarryhastingsAwaiting requested review from larryhastings

Assignees
No one assigned
Labels
type-featureA feature request or enhancement
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

6 participants
@isidentical@pablogsal@bedevere-bot@gpshead@serhiy-storchaka@the-knights-who-say-ni

[8]ページ先頭

©2009-2025 Movatter.jp