[New-bugs-announce] [issue22161] Remove unsupported code from ctypes

Serhiy Storchaka report at bugs.python.org
Thu Aug 7 11:12:21 CEST 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue22161>
_______________________________________


More information about the New-bugs-announce mailing list