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 eryksun
Recipients JelleZijlstra, docs@python, eryksun, shreyanavigyan, talhayon1
Date 2021-04-12.21:56:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618264603.62.0.129009929484.issue43803@roundup.psfhosted.org>
In-reply-to
Content
> If that's the problem then why not change all of them to use the 
> name "address" or "addr" to avoid confusion and make it clear 
> simple. What is your view?

Change them all to refer to `ptr`. It's not worth introducing a breaking change:

    >>> ctypes.string_at(ptr=b'spam')
    b'spam'
History
Date User Action Args
2021-04-12 21:56:43eryksunsetrecipients: + eryksun, docs@python, JelleZijlstra, shreyanavigyan, talhayon1
2021-04-12 21:56:43eryksunsetmessageid: <1618264603.62.0.129009929484.issue43803@roundup.psfhosted.org>
2021-04-12 21:56:43eryksunlinkissue43803 messages
2021-04-12 21:56:43eryksuncreate