This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:31vstinnersetrecipients: + vstinner, BreamoreBoy, serhiy.storchaka
2015-03-31 12:05:31vstinnersetmessageid: <1427803531.06.0.0229587642244.issue22035@psf.upfronthosting.co.za>
2015-03-31 12:05:31vstinnerlinkissue22035 messages
2015-03-31 12:05:30vstinnercreate