ctypes: surrogate pairs in unicode buffer not merged
Created originally on Bitbucket by lazka (Christoph Reiter)
buf = ctypes.create_unicode_buffer(2)
buf[0] = "\ud800"
buf[1] = "\udc01"
assert buf[:] == '\U00010001'
Works in CPython 3, fails with PyPy 3
Using pypy3.6-v7.3.0rc3
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information