Issue27330
Created on 2016-06-16 07:27 by serhiy.storchaka, last changed 2016-06-17 08:36 by serhiy.storchaka. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| ctypes_leaks.patch | serhiy.storchaka, 2016-06-16 07:27 | review | ||
| Messages (4) | |||
|---|---|---|---|
| msg268646 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * | Date: 2016-06-16 07:27 | |
Proposed patch fixes memory leaks in ctypes in case of errors. |
|||
| msg268660 - (view) | Author: Martin Panter (martin.panter) * | Date: 2016-06-16 11:46 | |
Mostly looks good. I left a two comments. |
|||
| msg268688 - (view) | Author: Roundup Robot (python-dev) | Date: 2016-06-16 19:10 | |
New changeset e04c054beb53 by Serhiy Storchaka in branch '2.7': Issue #27330: Fixed possible leaks in the ctypes module. https://hg.python.org/cpython/rev/e04c054beb53 New changeset 41f99ee19804 by Serhiy Storchaka in branch '3.5': Issue #27330: Fixed possible leaks in the ctypes module. https://hg.python.org/cpython/rev/41f99ee19804 New changeset 27e7945c4ecd by Serhiy Storchaka in branch 'default': Issue #27330: Fixed possible leaks in the ctypes module. https://hg.python.org/cpython/rev/27e7945c4ecd |
|||
| msg268714 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * | Date: 2016-06-17 08:36 | |
Thank you for your review Martin! Committed with your fixes. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-06-17 08:36:06 | serhiy.storchaka | set | status: open -> closed resolution: fixed messages: + msg268714 stage: patch review -> resolved |
| 2016-06-16 19:10:50 | python-dev | set | nosy:
+ python-dev messages: + msg268688 |
| 2016-06-16 11:46:06 | martin.panter | set | nosy:
+ martin.panter messages: + msg268660 |
| 2016-06-16 07:27:17 | serhiy.storchaka | create | |