Issue23338
Created on 2015-01-28 10:52 by mkato, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| py.patch | mkato, 2015-01-30 06:56 | for master branch | review | |
| py27.patch | mkato, 2015-01-30 07:02 | for 2.7 branch | review | |
| Repositories containing patches | |||
|---|---|---|---|
| https://hg.python.org/cpython#2.7 | |||
| https://hg.python.org/cpython | |||
| Messages (7) | |||
|---|---|---|---|
| msg234886 - (view) | Author: Makoto Kato (mkato) * | Date: 2015-01-28 10:52 | |
This is CYGWIN build only. When ctypes cannot find function in CDataType_in_dll, it uses PyErr_Format. But it passes invalid parameters. |
|||
| msg234887 - (view) | Author: Makoto Kato (mkato) * | Date: 2015-01-28 10:55 | |
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. |
|||
| msg234934 - (view) | Author: Makoto Kato (mkato) * | Date: 2015-01-29 01:31 | |
for master |
|||
| msg235025 - (view) | Author: Makoto Kato (mkato) * | Date: 2015-01-30 06:56 | |
updated. for master |
|||
| msg235026 - (view) | Author: Makoto Kato (mkato) * | Date: 2015-01-30 07:02 | |
updated for python 2.7 |
|||
| msg240047 - (view) | Author: Roundup Robot (python-dev) | Date: 2015-04-04 07:07 | |
New changeset 1f28c8cca671 by Serhiy Storchaka in branch '2.7': Issue #23338: Fixed formatting ctypes error messages on Cygwin. https://hg.python.org/cpython/rev/1f28c8cca671 New changeset 36eca0b259e2 by Serhiy Storchaka in branch '3.4': Issue #23338: Fixed formatting ctypes error messages on Cygwin. https://hg.python.org/cpython/rev/36eca0b259e2 New changeset 3eb3a6d45251 by Serhiy Storchaka in branch 'default': Issue #23338: Fixed formatting ctypes error messages on Cygwin. https://hg.python.org/cpython/rev/3eb3a6d45251 |
|||
| msg240049 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * | Date: 2015-04-04 07:15 | |
Thank you for your contribution Makoto. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:12 | admin | set | github: 67527 |
| 2015-04-04 07:15:39 | serhiy.storchaka | set | status: open -> closed resolution: fixed messages: + msg240049 stage: patch review -> resolved |
| 2015-04-04 07:07:46 | python-dev | set | nosy:
+ python-dev messages: + msg240047 |
| 2015-04-04 06:56:50 | serhiy.storchaka | set | assignee: serhiy.storchaka nosy:
+ serhiy.storchaka |
| 2015-04-03 21:08:35 | masamoto | set | nosy:
+ masamoto |
| 2015-03-31 02:36:44 | berker.peksag | set | nosy:
+ amaury.forgeotdarc, belopolsky, meador.inge stage: patch review type: crash -> behavior versions: + Python 3.4, Python 3.5, - Python 3.6 |
| 2015-03-31 02:36:06 | berker.peksag | link | issue23663 superseder |
| 2015-01-30 07:02:11 | mkato | set | files: - py.patch |
| 2015-01-30 07:02:00 | mkato | set | files:
+ py27.patch messages:
+ msg235026 |
| 2015-01-30 06:56:58 | mkato | set | hgrepos: - hgrepo295 |
| 2015-01-30 06:56:32 | mkato | set | files:
+ py.patch hgrepos: + hgrepo296 messages: + msg235025 |
| 2015-01-30 06:54:50 | mkato | set | files: - py.patch |
| 2015-01-29 01:31:43 | mkato | set | files:
+ py.patch hgrepos: + hgrepo295 messages: + msg234934 |
| 2015-01-28 10:59:31 | vstinner | set | nosy:
+ vstinner |
| 2015-01-28 10:55:56 | mkato | set | files:
+ py.patch hgrepos: + hgrepo294 messages: + msg234887 keywords: + patch |
| 2015-01-28 10:52:51 | mkato | create | |