]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 14 Jun 2019 16:30:27 +0000 (09:30 -0700)
committerGitHub <noreply@github.com>
Fri, 14 Jun 2019 16:30:27 +0000 (09:30 -0700)
commit0b592d513b073cd3a4ba7632907c25b8282f15ce
treedfc0dd591a0c6843ee34a1a7a78618b2c29fec17
parent33feb2e1a391cde91aefcb8d9cf5144b5fbc5d87
bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows (GH-14081)

(cherry picked from commit 9765efcb39fc03d5b1abec3924388974470a8bd5)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Lib/ctypes/__init__.py
Lib/ctypes/test/test_buffers.py
Misc/NEWS.d/next/Library/2019-06-14-08-30-16.bpo-19865.FRGH4I.rst [new file with mode: 0644]