]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132527: Added missing `w` typecode to array() error message (#132529)
authorChristian Veenhuis <124370897+ChVeen@users.noreply.github.com>
Fri, 25 Apr 2025 13:31:05 +0000 (15:31 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Apr 2025 13:31:05 +0000 (16:31 +0300)
commit52454c5d59c50147233f4229497a655e6e8c8408
tree6121d924ae2e8f9f40b6428001ef132940a55dd3
parenteb2e430b88afa93e7bfc05f4346e8336c2c31b48
gh-132527: Added missing `w` typecode to array() error message (#132529)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
Misc/NEWS.d/next/Library/2025-04-14-23-00-00.gh-issue-132527.kTi8T7.rst [new file with mode: 0644]
Modules/arraymodule.c