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 :)
|
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.
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.
|
Merged. Thanks for the change. |
|
That's the unrelated issue gh-150391. |
Uh oh!
There was an error while loading. Please reload this page.