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

gh-96678: Avoid undefined behaviour in test by matthiasgoergens · Pull Request #96672 · python/cpython · GitHub

/ cpython Public

gh-96678: Avoid undefined behaviour in test - #96672

Merged
pablogsal merged 5 commits into
python:mainfrom
matthiasgoergens:matthias/avoid-ub-in-test
Sep 13, 2022
Merged

pablogsal merged 5 commits into
python:mainfrom
matthiasgoergens:matthias/avoid-ub-in-test

Conversation

matthiasgoergens commented Sep 8, 2022
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor

Signed integer overflow is undefined behaviour.

matthiasgoergens changed the title no-issue: Avoid undefined behaviour in test gh-96678: Avoid undefined behaviour in test Sep 8, 2022

Copy link
Copy Markdown
Contributor Author

@pablogsal Would you like to have a look, please? Thanks!

Copy link
Copy Markdown
Contributor

Thanks @matthiasgoergens for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11.
🐍🍒⛏🤖

Copy link
Copy Markdown
Contributor

Sorry @matthiasgoergens and @pablogsal, I had trouble checking out the 3.11 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 6ba686d97fd6d2a2169696c6629f7de9482f52db 3.11

Copy link
Copy Markdown
Contributor

Sorry, @matthiasgoergens and @pablogsal, I could not cleanly backport this to 3.10 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 6ba686d97fd6d2a2169696c6629f7de9482f52db 3.10

Copy link
Copy Markdown
Member

Could you do the backports using cherry_picker @matthiasgoergens ?

AlexWaygood added needs backport to 3.11 only security fixes and removed needs backport to 3.11 only security fixes labels Sep 13, 2022

Copy link
Copy Markdown
Contributor

Thanks @matthiasgoergens for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

Copy link
Copy Markdown
Contributor

Sorry @matthiasgoergens and @pablogsal, I had trouble checking out the 3.11 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 6ba686d97fd6d2a2169696c6629f7de9482f52db 3.11

Copy link
Copy Markdown
Contributor Author

Ok. I'll use cherry_picker later. I'm not on my PC right now.

kumaraditya303 added needs backport to 3.11 only security fixes and removed needs backport to 3.11 only security fixes labels Sep 13, 2022

Copy link
Copy Markdown
Contributor

Thanks @matthiasgoergens for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 13, 2022
(cherry picked from commit 6ba686d)

Co-authored-by: Matthias Görgens <matthias.goergens@gmail.com>

Copy link
Copy Markdown

GH-96795 is a backport of this pull request to the 3.11 branch.

bedevere-bot removed the needs backport to 3.11 only security fixes label Sep 13, 2022
pablogsal pushed a commit that referenced this pull request Sep 13, 2022
(cherry picked from commit 6ba686d)

Co-authored-by: Matthias Görgens <matthias.goergens@gmail.com>

Co-authored-by: Matthias Görgens <matthias.goergens@gmail.com>

Copy link
Copy Markdown
Contributor Author

@pablogsal Sorry, I was a bit late. Does this still need the backport?

matthiasgoergens deleted the matthias/avoid-ub-in-test branch September 14, 2022 09:27

Copy link
Copy Markdown
Member

I think we are still missing the 3.10 backport

Copy link
Copy Markdown
Contributor Author

Oh, I was confused about 3.11 vs 3.10 backport. Yes, I see know that the 3.10 one is still missing.

Copy link
Copy Markdown
Contributor Author

@pablogsal Actually, since we are not going to drop -fwrapv for anything below 3.12, we don't need to backport this fix.

ZeroIntensity removed the needs backport to 3.10 only security fixes label Feb 17, 2025
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.

7 participants


Back | FazBrowse Home | New Git URL