Message315257
Silencing exceptions like MemoryError, RecursionError or KeyboardInterrupt and returning a lying result doesn't look like a good idea to me. These exceptions can be raised in virtually any code for causes not related to executed code. MemoryError -- if other parts of the program allocated too much memory, RecursionError -- if the exception check is performed too deep in the execution stack, KeyboardInterrupt -- for obvious reasons. |
|
Date |
User |
Action |
Args |
2018-04-13 19:09:29 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, gvanrossum, barry, georg.brandl, jamesh, ncoghlan, pitrou, fijal, benjamin.peterson, jwilk, eric.araujo, alex, r.david.murray, Trundle, cvrebert, daniel.urban, yorik.sar, Yury.Selivanov, berker.peksag, martin.panter, Jim.Jewett, gcbirzan, Antony.Lee, josh.r |
2018-04-13 19:09:29 | serhiy.storchaka | set | messageid: <1523646569.05.0.682650639539.issue12029@psf.upfronthosting.co.za> |
2018-04-13 19:09:29 | serhiy.storchaka | link | issue12029 messages |
2018-04-13 19:09:29 | serhiy.storchaka | create | |
|