Uh oh!
There was an error while loading. Please reload this page.
gh-80480: Emit DeprecationWarning for array's 'u' type code - #95760
Conversation
Uh oh!
There was an error while loading. Please reload this page.
asedeno
commented
Aug 30, 2022
As a user of the |
smontanaro
commented
Nov 22, 2022
(I'm working my way through some PRs which have been approved and are labeled "awaiting merge", hence my seemingly bolt from the blue comment. Why? Read here.) Looks like this was approved before @asedeno's comment. Can someone respond to the expressed concern? (It seems no |
hugovk
commented
Nov 27, 2022
Thanks for the ping. I commented in the issue, let's continue there. |
hugovk
commented
Jun 4, 2023
Updated to target removal in 3.16, following addition of |
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.
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
left a comment
There was a problem hiding this comment.
LGTM. I just left minor remarks on the doc. It's up to you to address them or ignore them ;-) Thanks for the updates.
Uh oh!
There was an error while loading. Please reload this page.
The "u" type code for
arraywas deprecated in Python 3.3 but only via documentation: https://docs.python.org/3.10/library/array.htmlLet's add the
DeprecationWarning.It was originally planned to be removed in Python 4.0, but that was before we knew if 3.10 or 4.0 would come after 3.9:
#80480 (comment)
So as this is going into
3.123.13, let's target3.143.153.16 for removal.