Message311786
| Author | serhiy.storchaka |
|---|---|
| Recipients | ghaering, serhiy.storchaka |
| Date | 2018-02-07.12:01:54 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1518004914.65.0.467229070634.issue32788@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-02-07 12:01:54 | serhiy.storchaka | set | recipients: + serhiy.storchaka, ghaering |
| 2018-02-07 12:01:54 | serhiy.storchaka | set | messageid: <1518004914.65.0.467229070634.issue32788@psf.upfronthosting.co.za> |
| 2018-02-07 12:01:54 | serhiy.storchaka | link | issue32788 messages |
| 2018-02-07 12:01:54 | serhiy.storchaka | create | |