commit | 8660fb7fd7cdcbfe58ef304f5720efe97ca7c842 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Dec 07 12:19:43 2023 +0200 |
committer | GitHub <noreply@github.com> | Thu Dec 07 12:19:43 2023 +0200 |
tree | 17cd5657cd0c6cc5795d59973a1a572a9274d60c | |
parent | 953ee622b3901d3467e65e3484dcfa75ba6fcddf [diff] |
gh-112660: Do not clear arbitrary errors on import (GH-112661) Previously arbitrary errors could be cleared during formatting error messages for ImportError or AttributeError for modules. Now all unexpected errors are reported.