New submission from Serhiy Storchaka: Some ctypes functions by mistake accept wrong types which then rejected by internal functions. This is mainly remnants of 2.x where both str and unicode was accepted and then automatically converted to right type.
---------- assignee: serhiy.storchaka components: ctypes files: ctype_bytes_checks-3.4.patch keywords: patch messages: 224999 nosy: amaury.forgeotdarc, belopolsky, meador.inge, serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Remove unsupported code from ctypes type: behavior versions: Python 3.4, Python 3.5 Added file: http://bugs.python.org/file36297/ctype_bytes_checks-3.4.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue22161> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com