Message 311785 - Python tracker

Message311785

Author serhiy.storchaka
Recipients serhiy.storchaka
Date 2018-02-07.11:46:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518003970.21.0.467229070634.issue32787@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 11:46:10serhiy.storchakasetrecipients: + serhiy.storchaka
2018-02-07 11:46:10serhiy.storchakasetmessageid: <1518003970.21.0.467229070634.issue32787@psf.upfronthosting.co.za>
2018-02-07 11:46:10serhiy.storchakalinkissue32787 messages
2018-02-07 11:46:10serhiy.storchakacreate