gh-61103: use PEP 3118 codes in the ctypes#149344
gh-61103: use PEP 3118 codes in the ctypes#149344skirpichev wants to merge 3 commits intopython:mainfrom
Conversation
This change only buffer protocol support for complex types, `_type_` properties aren't affected.
|
@encukou, I think this should fix compatibility with NumPy (buffer protocol). We can decide later what to do with |
|
I'm worried that this is a breaking change relative to Python 3.14. But, with #148676 this would be redundant. |
Documentation build overview
|
Done.
(I think merging that pr is a bad idea.) Though, you are right, my 3 PRs - only an alternative. |
|
I merged my PR instead which changes ctypes |
This change only buffer protocol support for complex types,
_type_properties aren't affected.