enable extending native types on abi3 for 3.12+#5733
Conversation
|
Thank you so much for this!
Nit: I am not sure this is fully true. Supporting 3.10+ is likely required to get rid of things like |
|
Out of curiosity will this enable support for subclassing PyList or will extra work be required for this ? |
Not with this one, but I do have a followup ready which does add support for that after this one. |
davidhewitt
left a comment
There was a problem hiding this comment.
Very nice, just some tiny nits for comments to add, update. Thanks!
It's true that this is not unconditionally, but I think it's still a significant step forward and we can track additional extensions in a new issue. |
This uses the infrastructure from #5728 to enable subclassing native types on abi3 for 3.12+.
Closes #1344