Uh oh!
There was an error while loading. Please reload this page.
gh-80480: remove deprecated 'u' type code (array) - #149535
Conversation
Documentation build overview
77 files changed · |
sobolevn
left a comment
There was a problem hiding this comment.
Please, don't forget to fix docs in Doc/library/array.rst
sobolevn
left a comment
There was a problem hiding this comment.
LGTM, but I am not a module expert, so let's wait for one to merge this :)
skirpichev
commented
May 31, 2026
CC @vstinner |
vstinner
left a comment
There was a problem hiding this comment.
I cannot find remaining references to the u format in (updated) array, memoryview and struct: good!
Note: ctypes.c_wchar uses _type_ = "u" but this type code is unrelated to struct type codes. This ctypes is not deprecated.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
vstinner
commented
Jun 1, 2026
Strange, the 3 jobs failed with |
vstinner
left a comment
There was a problem hiding this comment.
LGTM. Thanks for the update.
Reuse array.typecodes makes the code easier to maintain.
Uh oh!
There was an error while loading. Please reload this page.
vstinner
commented
Jun 1, 2026
Merged. Thanks for the change. |
bedevere-bot
commented
Jun 1, 2026
|
vstinner
commented
Jun 1, 2026
That's the unrelated issue gh-150391. |
Uh oh!
There was an error while loading. Please reload this page.