Uh oh!
There was an error while loading. Please reload this page.
gh-103726: Set up gcc-10 for ASAN - #103728
Merged
Merged
Conversation
corona10
commented
Apr 23, 2023
MemberAuthor
For ASAN |
corona10
marked this pull request as ready for review
April 23, 2023 22:42
corona10
commented
Apr 23, 2023
MemberAuthor
We can update |
gpshead
approved these changes
Apr 24, 2023
hugovk
approved these changes
Apr 24, 2023
corona10
enabled auto-merge (squash)
April 25, 2023 11:45
corona10
disabled auto-merge
April 25, 2023 11:46
corona10
enabled auto-merge (squash)
April 25, 2023 11:46
miss-islington
commented
May 23, 2023
Contributor
Thanks @corona10 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
miss-islington
commented
May 23, 2023
Contributor
Thanks @corona10 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
miss-islington
commented
May 23, 2023
Contributor
Sorry, @corona10, I could not cleanly backport this to |
bedevere-bot
commented
May 23, 2023
GH-104794 is a backport of this pull request to the 3.11 branch. |
miss-islington pushed a commit
to miss-islington/cpython
that referenced
this pull request
May 23, 2023
<!-- Thanks for your contribution! Please read this comment in its entirety. It's quite important. GH- Pull Request title It should be in the following format: ``` gh-NNNNN: Summary of the changes made ``` Where: gh-NNNNN refers to the GitHub issue number. Most PRs will require an issue number. Trivial changes, like fixing a typo, do not need an issue. GH- Backport Pull Request title If this is a backport PR (PR made against branches other than `main`), please ensure that the PR title is in the following format: ``` [X.Y] <title from the original PR> (GH-NNNN) ``` Where: [X.Y] is the branch name, e.g. [3.6]. GH-NNNN refers to the PR number from `main`. --> <!-- gh-issue-number: pythongh-103726 --> * Issue: pythongh-103726 <!-- /gh-issue-number --> (cherry picked from commit 8330580) Co-authored-by: Dong-hee Na <donghee.na@python.org>
gpshead pushed a commit
that referenced
this pull request
May 23, 2023
Set up gcc-10 for ASAN CI as the existing config's default 9.x does not play well with `vfork()`. <!-- Thanks for your contribution! Please read this comment in its entirety. It's quite important. GH- Pull Request title It should be in the following format: ``` gh-NNNNN: Summary of the changes made ``` Where: gh-NNNNN refers to the GitHub issue number. Most PRs will require an issue number. Trivial changes, like fixing a typo, do not need an issue. GH- Backport Pull Request title If this is a backport PR (PR made against branches other than `main`), please ensure that the PR title is in the following format: ``` [X.Y] <title from the original PR> (GH-NNNN) ``` Where: [X.Y] is the branch name, e.g. [3.6]. GH-NNNN refers to the PR number from `main`. --> <!-- gh-issue-number: gh-103726 --> * Issue: gh-103726 <!-- /gh-issue-number --> (cherry picked from commit 8330580) Co-authored-by: Dong-hee Na <donghee.na@python.org>
This was referenced Jul 1, 2026
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 freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.