Skip to content

gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in Modules/) - #102196

Merged
iritkatriel merged 20 commits into
python:mainfrom
iritkatriel:fetch-restore-modules
Feb 24, 2023
Merged

gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in Modules/)#102196
iritkatriel merged 20 commits into
python:mainfrom
iritkatriel:fetch-restore-modules

Conversation

@iritkatriel

@iritkatrieliritkatriel commented Feb 24, 2023

Copy link
Copy Markdown
Member

This includes most of the PyErr_Fetch in Modules/. I left out a few which are a little more complicated.

@iritkatrieliritkatriel added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Feb 24, 2023
@bedevere-bot

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @iritkatriel for commit 04985db 🤖

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

@bedevere-botbedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Feb 24, 2023
@iritkatrieliritkatriel added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Feb 24, 2023
@bedevere-bot

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @iritkatriel for commit 6798b05 🤖

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

@bedevere-botbedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Feb 24, 2023

@kumaraditya303kumaraditya303 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM. Short on time so only reviewing asyncio changes.

@erlend-aasland

Copy link
Copy Markdown
Contributor

LGTM. Short on time so only reviewing asyncio changes.

FTR, I've looked over the rest.

@iritkatriel
iritkatriel merged commit 2db23d1 into python:mainFeb 24, 2023
@iritkatriel
iritkatriel deleted the fetch-restore-modules branch April 3, 2023 17:45
JelleZijlstra pushed a commit to JelleZijlstra/cpython that referenced this pull request Sep 10, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@iritkatriel@bedevere-bot@erlend-aasland@kumaraditya303