New submission from Raoul Gough:
Description
===
Running the attached example program with Python 2.7.12 produces the output
below. The demo deliberately raises a user-defined exception during the
unpickling process, but the problem is that this exception does not propagate
out of
Raoul Gough added the comment:
Hi Serhiy, thanks very much for looking at this. My only concern with removing
the code completely is that it does work (presumably as intended) with at least
some of the standard exception types. For example, if you change the demo to
raise and catch a