Skip to content

gh-132527: Added missing w typecode to array() error message #132529

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

Merged
merged 5 commits into from
Apr 25, 2025

Conversation

ChVeen
Copy link
Contributor

@ChVeen ChVeen commented Apr 14, 2025

This PR fixes the missing w in the error message as obtained by array('x').
It solves issue: #132527

@python-cla-bot
Copy link

python-cla-bot bot commented Apr 14, 2025

All commit authors signed the Contributor License Agreement.

CLA signed

@bedevere-app
Copy link

bedevere-app bot commented Apr 14, 2025

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

Copy link
Contributor

@StanFromIreland StanFromIreland left a comment

Choose a reason for hiding this comment

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

This should get a NEWS entry (click the link in the bot's comment for an easy way to do it) and you need to sign the CLA. I also recommend reading over the devguide.

@ChVeen
Copy link
Contributor Author

ChVeen commented Apr 14, 2025

This should get a NEWS entry (click the link in the bot's comment for an easy way to do it) and you need to sign the CLA. I also recommend reading over the devguide.

Done, thanx for your hint :-)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Copy link
Contributor

@StanFromIreland StanFromIreland left a comment

Choose a reason for hiding this comment

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

LGTM :-)

@ChVeen

This comment was marked as resolved.

@tomasr8

This comment was marked as resolved.

@StanFromIreland

This comment was marked as resolved.

@ChVeen ChVeen marked this pull request as draft April 22, 2025 09:32
@ChVeen ChVeen marked this pull request as ready for review April 22, 2025 09:33
@ChVeen

This comment was marked as resolved.

@StanFromIreland

This comment was marked as resolved.

@ChVeen ChVeen closed this Apr 22, 2025
@ChVeen ChVeen reopened this Apr 22, 2025
@ChVeen

This comment was marked as resolved.

@StanFromIreland

This comment was marked as resolved.

@ChVeen

This comment was marked as resolved.

@ambv
Copy link
Contributor

ambv commented Apr 22, 2025

If I press this CLA label, I come again to the place where I signed it and it is still signed.

@ChVeen, it is signed for your private @gmail.com address but not for the public @github.com no-reply address:

image

You need to sign for the noreply address, too.

@ChVeen
Copy link
Contributor Author

ChVeen commented Apr 24, 2025

If I press this CLA label, I come again to the place where I signed it and it is still signed.

@ChVeen, it is signed for your private @gmail.com address but not for the public @github.com no-reply address:

image

You need to sign for the noreply address, too.

Hi @ambv,
I checked this and it seems I can only choose my private e-mail address from the combobox.
But after choosing this a second time, suddenly a CLA for my public GitHub no-reply address was added as well.
Thanx for your help :-)

@hugovk hugovk merged commit 52454c5 into python:main Apr 25, 2025
42 checks passed
@hugovk hugovk added the needs backport to 3.13 bugs and security fixes label Apr 25, 2025
@miss-islington-app
Copy link

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Apr 25, 2025
…ythonGH-132529)

(cherry picked from commit 52454c5)

Co-authored-by: Christian Veenhuis <124370897+ChVeen@users.noreply.github.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
@bedevere-app
Copy link

bedevere-app bot commented Apr 25, 2025

GH-132938 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Apr 25, 2025
hugovk pushed a commit that referenced this pull request Apr 25, 2025
…GH-132529) (#132938)

Co-authored-by: Christian Veenhuis <124370897+ChVeen@users.noreply.github.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants