Message160426
I think being able to catch exception with ABCs is esssentially useless. The originally stated "usecase" can be simply solved by putting classes into a tuple and putting that in the except clause.
In general, the whole abc machinary causes lots of code which expects instance and subclass checks to be side-effect free to be able to execute arbitrary code, which creates messes. |
|
Date |
User |
Action |
Args |
2012-05-11 17:04:53 | benjamin.peterson | set | recipients:
+ benjamin.peterson, gvanrossum, jamesh, acooke, eric.araujo, cvrebert, daniel.urban |
2012-05-11 17:04:53 | benjamin.peterson | set | messageid: <1336755893.14.0.697731292877.issue12029@psf.upfronthosting.co.za> |
2012-05-11 17:04:52 | benjamin.peterson | link | issue12029 messages |
2012-05-11 17:04:52 | benjamin.peterson | create | |
|