File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,11 +167,8 @@ c_buffer = create_string_buffer
167167def create_unicode_buffer (init : int | str , size : int | None = None ) -> Array [c_wchar ]: ...
168168
169169if sys .version_info < (3 , 15 ):
170- if sys .version_info >= (3 , 13 ):
171- @deprecated ("Deprecated since Python 3.13; will be removed in Python 3.15." )
172- def SetPointerType (pointer : type [_Pointer [Any ]], cls : _CTypeBaseType ) -> None : ...
173- else :
174- def SetPointerType (pointer : type [_Pointer [Any ]], cls : _CTypeBaseType ) -> None : ...
170+ @deprecated ("Deprecated since Python 3.13; will be removed in Python 3.15." )
171+ def SetPointerType (pointer : type [_Pointer [Any ]], cls : _CTypeBaseType ) -> None : ...
175172
176173if sys .version_info >= (3 , 13 ):
177174 @deprecated ("Soft deprecated since Python 3.13. Use multiplication instead." )
You can’t perform that action at this time.
0 commit comments