Message 239688 - Python tracker
Message239688
| Author | vstinner |
|---|---|
| Recipients | BreamoreBoy, serhiy.storchaka, vstinner |
| Date | 2015-03-31.12:05:30 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1427803531.06.0.0229587642244.issue22035@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I would prefer to avoid setgmp/longjmp, it's kind of a hack. It's maybe more a design issue in the gdbm library to report errors. I proposed a generic signal handler using setjmp/longjmp to convert SIGSEGV to regular Python exceptions, but it was rejected: issue #3999. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-03-31 12:05:31 | vstinner | set | recipients: + vstinner, BreamoreBoy, serhiy.storchaka |
| 2015-03-31 12:05:31 | vstinner | set | messageid: <1427803531.06.0.0229587642244.issue22035@psf.upfronthosting.co.za> |
| 2015-03-31 12:05:31 | vstinner | link | issue22035 messages |
| 2015-03-31 12:05:30 | vstinner | create | |