Issue 22161: Remove unsupported code from ctypes (original) (raw)
Created on 2014-08-07 09:12 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
ctype_bytes_checks-3.4.patch | serhiy.storchaka,2014-08-07 09:39 | review |
Messages (2) | ||
---|---|---|
msg224999 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2014-08-07 09:12 |
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. | ||
msg225100 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2014-08-09 06:35 |
New changeset 034a5f15561d by Serhiy Storchaka in branch '3.4': Issue #22161: Conformed arguments type checks in ctype to actually supported http://hg.python.org/cpython/rev/034a5f15561d New changeset 06cf4044a11a by Serhiy Storchaka in branch 'default': Issue #22161: Conformed arguments type checks in ctype to actually supported http://hg.python.org/cpython/rev/06cf4044a11a |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:06 | admin | set | github: 66357 |
2015-07-29 09:51:43 | vstinner | link | issue17991 superseder |
2014-08-09 06:46:51 | serhiy.storchaka | set | status: open -> closedresolution: fixedstage: patch review -> resolved |
2014-08-09 06:35:05 | python-dev | set | nosy: + python-devmessages: + |
2014-08-07 09:39:30 | serhiy.storchaka | set | files: + ctype_bytes_checks-3.4.patch |
2014-08-07 09:38:49 | serhiy.storchaka | set | files: - ctype_bytes_checks-3.4.patch |
2014-08-07 09:13:36 | serhiy.storchaka | link | issue10803 dependencies |
2014-08-07 09:12:21 | serhiy.storchaka | create |