Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-91731: Fix typo in pymacro.h #92618

Merged
merged 2 commits into from
May 10, 2022
Merged

gh-91731: Fix typo in pymacro.h #92618

merged 2 commits into from
May 10, 2022

Conversation

pablogsal
Copy link
Member

No description provided.

@vstinner
Copy link
Member

You should use gh-91731: rather than skipping the issue. You can add it when you merge the PR.

It seems like macOS also has build error with static_assert() :-( #91731 (comment)

Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

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

Each time I saw the project name mentioned, it was written lower case.

Include/pymacro.h Outdated Show resolved Hide resolved
@pablogsal pablogsal changed the title Fix typo in pymacro.h gh-91731: Fix typo in pymacro.h May 10, 2022
@pablogsal
Copy link
Member Author

ou should use gh-91731: rather than skipping the issue. You can add it when you merge the 

Done :)

@pablogsal
Copy link
Member Author

It seems like macOS also has build error with static_assert() :-( #91731 (comment)

The never ending story :(

Co-authored-by: Victor Stinner <vstinner@python.org>
Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

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

Peeeerfect.

@pablogsal pablogsal merged commit 4e6da50 into python:main May 10, 2022
@pablogsal pablogsal deleted the fix_typo branch May 10, 2022 12:47
@miss-islington
Copy link
Contributor

Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@miss-islington
Copy link
Contributor

Sorry, @pablogsal, I could not cleanly backport this to 3.10 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 4e6da502f42e3cbdffbe850833d2b04996232f0d 3.10

@pablogsal pablogsal added needs backport to 3.11 only security fixes and removed needs backport to 3.10 only security fixes labels May 10, 2022
@miss-islington
Copy link
Contributor

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

@miss-islington
Copy link
Contributor

Sorry @pablogsal, I had trouble checking out the 3.11 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 4e6da502f42e3cbdffbe850833d2b04996232f0d 3.11

@pablogsal pablogsal added needs backport to 3.11 only security fixes and removed needs backport to 3.11 only security fixes labels May 10, 2022
@miss-islington
Copy link
Contributor

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

@bedevere-bot
Copy link

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

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label May 10, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 10, 2022
* Fix typo in pymacro.h

* Update Include/pymacro.h

Co-authored-by: Victor Stinner <vstinner@python.org>

Co-authored-by: Victor Stinner <vstinner@python.org>
(cherry picked from commit 4e6da50)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
miss-islington added a commit that referenced this pull request May 10, 2022
* Fix typo in pymacro.h

* Update Include/pymacro.h

Co-authored-by: Victor Stinner <vstinner@python.org>

Co-authored-by: Victor Stinner <vstinner@python.org>
(cherry picked from commit 4e6da50)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
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.

4 participants