Issue32787
Created on 2018-02-07 11:46 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 3727 | merged | serhiy.storchaka, 2018-02-07 11:46 | |
| Messages (2) | |||
|---|---|---|---|
| msg311785 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2018-02-07 11:46 | |
The proposed patch makes unexpected errors raised when look up an attribute or a key in a dict (like MemoryError, KeyboardInterrupt, etc) be leaked to a user instead of be overridden by TypeError or AttributeError. |
|||
| msg331120 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2018-12-05 14:44 | |
New changeset 398bd27967690f2c1a8cbf8d47a5613edd9cfb2a by Serhiy Storchaka in branch 'master': bpo-32787: Better error handling in ctypes. (#3727) https://github.com/python/cpython/commit/398bd27967690f2c1a8cbf8d47a5613edd9cfb2a |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:57 | admin | set | github: 76968 |
| 2018-12-05 15:46:25 | serhiy.storchaka | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2018-12-05 14:44:18 | serhiy.storchaka | set | messages: + msg331120 |
| 2018-02-07 12:04:43 | serhiy.storchaka | link | issue31572 dependencies |
| 2018-02-07 11:49:42 | serhiy.storchaka | set | nosy:
+ amaury.forgeotdarc, belopolsky, meador.inge |
| 2018-02-07 11:46:47 | serhiy.storchaka | set | keywords:
+ patch pull_requests: + pull_request5397 |
| 2018-02-07 11:46:10 | serhiy.storchaka | create | |
