[issue23338] PyErr_Format in ctypes uses invalid parameter

2015-01-29 Thread Makoto Kato
Changes by Makoto Kato : Removed file: http://bugs.python.org/file37890/py.patch ___ Python tracker <http://bugs.python.org/issue23338> ___ ___ Python-bugs-list mailin

[issue23338] PyErr_Format in ctypes uses invalid parameter

2015-01-29 Thread Makoto Kato
Makoto Kato added the comment: updated for python 2.7 -- versions: +Python 3.6 -Python 2.7 Added file: http://bugs.python.org/file37918/py27.patch ___ Python tracker <http://bugs.python.org/issue23

[issue23338] PyErr_Format in ctypes uses invalid parameter

2015-01-29 Thread Makoto Kato
Changes by Makoto Kato : -- hgrepos: -295 ___ Python tracker <http://bugs.python.org/issue23338> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23338] PyErr_Format in ctypes uses invalid parameter

2015-01-29 Thread Makoto Kato
Makoto Kato added the comment: updated. for master -- hgrepos: +296 Added file: http://bugs.python.org/file37917/py.patch ___ Python tracker <http://bugs.python.org/issue23

[issue23338] PyErr_Format in ctypes uses invalid parameter

2015-01-29 Thread Makoto Kato
Changes by Makoto Kato : Removed file: http://bugs.python.org/file37901/py.patch ___ Python tracker <http://bugs.python.org/issue23338> ___ ___ Python-bugs-list mailin

[issue23338] PyErr_Format in ctypes uses invalid parameter

2015-01-28 Thread Makoto Kato
Makoto Kato added the comment: for master -- hgrepos: +295 Added file: http://bugs.python.org/file37901/py.patch ___ Python tracker <http://bugs.python.org/issue23

[issue23338] PyErr_Format in ctypes uses invalid parameter

2015-01-28 Thread Makoto Kato
Makoto Kato added the comment: add fix for ctypes of 2.7 branch. I don't know correct way to attach patch and process for patch. (I am new commer). So please let me know correct way if incorrect. -- hgrepos: +294 keywords: +patch Added file: http://bugs.python.org/file37890/py.

[issue23338] PyErr_Format in ctypes uses invalid parameter

2015-01-28 Thread Makoto Kato
New submission from Makoto Kato: This is CYGWIN build only. When ctypes cannot find function in CDataType_in_dll, it uses PyErr_Format. But it passes invalid parameters. -- components: ctypes messages: 234886 nosy: mkato priority: normal severity: normal status: open title