Message255729
| Author | yselivanov |
|---|---|
| Recipients | yselivanov |
| Date | 2015-12-02.17:12:06 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1449076326.18.0.291394488739.issue25781@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This isn't a bug of reprlib -- it's something in the core. Will create a separate issue for this.
try:
raise Exception
except Exception as ex:
ex.__context__ = ex
hasattr(1, 'aa') |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-12-02 17:12:06 | yselivanov | set | recipients: + yselivanov |
| 2015-12-02 17:12:06 | yselivanov | set | messageid: <1449076326.18.0.291394488739.issue25781@psf.upfronthosting.co.za> |
| 2015-12-02 17:12:06 | yselivanov | link | issue25781 messages |
| 2015-12-02 17:12:06 | yselivanov | create | |