This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author talhayon1
Recipients talhayon1
Date 2021-04-11.01:54:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618106073.56.0.0553736134144.issue43803@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-04-11 01:54:33talhayon1setrecipients: + talhayon1
2021-04-11 01:54:33talhayon1setmessageid: <1618106073.56.0.0553736134144.issue43803@roundup.psfhosted.org>
2021-04-11 01:54:33talhayon1linkissue43803 messages
2021-04-11 01:54:32talhayon1create