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 lazka
Recipients lazka
Date 2019-12-26.10:54:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577357679.73.0.864612617674.issue39137@roundup.psfhosted.org>
In-reply-to
Content
>>> len(ctypes.create_unicode_buffer("\ud800\udc01", 2)[:])

On Windows: 1
On Linux: 2

Using Python 3.8 on both.
History
Date User Action Args
2019-12-26 10:54:39lazkasetrecipients: + lazka
2019-12-26 10:54:39lazkasetmessageid: <1577357679.73.0.864612617674.issue39137@roundup.psfhosted.org>
2019-12-26 10:54:39lazkalinkissue39137 messages
2019-12-26 10:54:39lazkacreate