[issue43803] ctypes string_at/wstring_at bad argument name

2021-04-10 Thread Tal Hayon


Change by Tal Hayon :


--
title: ctypes string_at/wstring_at -> ctypes string_at/wstring_at bad argument 
name

___
Python tracker 
<https://bugs.python.org/issue43803>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43803] ctypes string_at/wstring_at

2021-04-10 Thread Tal Hayon


New submission from Tal Hayon :

string_at and wstring_at first argument in docs in address but actually in code 
is ptr.

See
https://github.com/python/cpython/blob/750f484752763fe9ac1d6455780aabcb67f25508/Lib/ctypes/__init__.py#L513
https://github.com/python/cpython/blob/750f484752763fe9ac1d6455780aabcb67f25508/Lib/ctypes/__init__.py#L525

Noticed this when going over stubtest errors in typeshed.
See pull request https://github.com/python/typeshed/pull/5204

--
components: ctypes
messages: 390761
nosy: talhayon1
priority: normal
severity: normal
status: open
title: ctypes string_at/wstring_at
type: behavior
versions: Python 3.10, Python 3.6, Python 3.7, Python 3.8, Python 3.9

___
Python tracker 
<https://bugs.python.org/issue43803>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com