Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-132527: fix: include 'w' in error message for array typecodes#132587

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
Vaid07-Techy wants to merge2 commits intopython:mainfromVaid07-Techy:2nd-contri-py

Conversation

Vaid07-Techy
Copy link

@Vaid07-TechyVaid07-Techy commentedApr 16, 2025
edited
Loading

gh-132527: Fix error message to include 'w' typecode in arraymodule.c

This PR fixes the ValueError message inarraymodule.c, adding'w' to the list of valid typecodes.'w' is currently a supported typecode, but it was missing from the error message when users tried to use it, causing confusion.

@python-cla-bot
Copy link

The following commit authors need to sign the Contributor License Agreement:

CLA signed

@bedevere-app
Copy link

Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool.

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

@bedevere-app
Copy link

Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool.

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

@StanFromIreland
Copy link
Contributor

This should be closed.

A pr already exists:#132529

In the future please check for existing PR's before submitting your own, you should probably look over the devguide too.

@tomasr8tomasr8 changed the titlefix: include 'w' in error message for array typecodesgh-132527: fix: include 'w' in error message for array typecodesApr 16, 2025
@tomasr8
Copy link
Member

Thanks for the contribution@Vaid07-Techy! Unfortunately, as Stan said, there's already a PR that fixes this.
You can see if there's an open PR by checking theLinked PRs section of the issue (usually at the bottom).

That said, don't let this discourage you! I invite you to check the issue tracker for other issues :)

StanFromIreland and AndrewKhans reacted with thumbs up emoji

@Vaid07-Techy
Copy link
Author

hey@StanFromIreland thanks for letting me know, as I'm new here I'm still learning how everything works here ..

StanFromIreland reacted with thumbs up emoji

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@Vaid07-Techy@StanFromIreland@tomasr8

[8]ページ先頭

©2009-2025 Movatter.jp