]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35384: The repr of ctypes.CArgObject no longer fails for non-ascii character...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 6 Dec 2018 09:41:16 +0000 (01:41 -0800)
committerGitHub <noreply@github.com>
Thu, 6 Dec 2018 09:41:16 +0000 (01:41 -0800)
commitf9d8b686285926c985cfe88a8392a9a497c0a916
tree70aed1c33ff4dfbe8170d14a001dd524385a0bab
parentaf1f977575331623547d53247d99be8953a13b9f
bpo-35384: The repr of ctypes.CArgObject no longer fails for non-ascii character. (GH-10863)

(cherry picked from commit 3ffa8b9ba190101f674a0e524e482a83ed09cccd)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/ctypes/test/test_bytes.py
Modules/_ctypes/callproc.c