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 metolone
Recipients metolone
Date 2021-01-31.19:07:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612120039.68.0.861661788705.issue43087@roundup.psfhosted.org>
In-reply-to
Content
At the following documentation link:

https://docs.python.org/3/library/ctypes.html#incomplete-types

The last example should have byte strings:

>>> c1 = cell()
>>> c1.name = b"foo"
>>> c2 = cell()
>>> c2.name = b"bar"
History
Date User Action Args
2021-01-31 19:07:19metolonesetrecipients: + metolone
2021-01-31 19:07:19metolonesetmessageid: <1612120039.68.0.861661788705.issue43087@roundup.psfhosted.org>
2021-01-31 19:07:19metolonelinkissue43087 messages
2021-01-31 19:07:19metolonecreate