FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-98831: Modernize CALL_FUNCTION_EX by gvanrossum · Pull Request #101627 · python/cpython · GitHub

/ cpython Public

gh-98831: Modernize CALL_FUNCTION_EX - #101627

Merged
gvanrossum merged 3 commits into
python:mainfrom
gvanrossum:call-function-ex
Feb 8, 2023
Merged

gh-98831: Modernize CALL_FUNCTION_EX#101627
gvanrossum merged 3 commits into
python:mainfrom
gvanrossum:call-function-ex

Conversation

gvanrossum commented Feb 7, 2023
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

This is a straightforward use of a conditional input stack effect. The one tricky bit is that I had to cherry-pick a fix for CHECK_EVAL_BREAKER() from gh-101508. Whichever lands first, the other will have to drop that commit.

Copy link
Copy Markdown
Member Author

On top of that the tests fail. Going back into draft mode.

gvanrossum marked this pull request as draft February 7, 2023 05:18
gvanrossum added the 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section label Feb 7, 2023

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @gvanrossum for commit 19307ba 🤖

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

bedevere-bot removed the 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section label Feb 7, 2023
gvanrossum marked this pull request as ready for review February 7, 2023 21:59

Copy link
Copy Markdown
Member Author

@iritkatriel Crash fixed, warning fixed, tests passed, refleak buildbots are running. Ready for your review.

Copy link
Copy Markdown
Member Author

I'm taking the PPC64LE RHEL8 Refleaks PR buildbot failure as a flake.

gvanrossum merged commit a9f0144 into python:main Feb 8, 2023
gvanrossum deleted the call-function-ex branch February 8, 2023 04:03
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL