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 JelleZijlstra
Recipients JelleZijlstra, talhayon1
Date 2021-04-11.01:59:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618106392.75.0.65955768609.issue43803@roundup.psfhosted.org>
In-reply-to
Content
It's a bit worse: the actual name is "ptr", the function docstrings say "addr", and the documentation (https://docs.python.org/3.9/library/ctypes.html#ctypes.string_at) has "address". I'd favor updating them all to say "ptr", because changing the name of the runtime parameter would risk breaking users' code.
History
Date User Action Args
2021-04-11 01:59:52JelleZijlstrasetrecipients: + JelleZijlstra, talhayon1
2021-04-11 01:59:52JelleZijlstrasetmessageid: <1618106392.75.0.65955768609.issue43803@roundup.psfhosted.org>
2021-04-11 01:59:52JelleZijlstralinkissue43803 messages
2021-04-11 01:59:52JelleZijlstracreate