Message257555
True, even I were not sure which should mean which. ;)
> When I manually trigger the code in typeobject.c:5827, I get a segfault;
I'm surprised no test triggered that.
I think this triggered one of Victor's guards, added to catch such sort of errors. In this case the function both raises an exception and returns a result. If not catch such sort of error, it can cause unexpected errors or very strange results during executing unrelated code, so crashing as early as possible is lesser evil. |
|
| Date |
User |
Action |
Args |
| 2016-01-05 21:18:09 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, gvanrossum, rhettinger, ncoghlan, r.david.murray, martin.panter, abarnert |
| 2016-01-05 21:18:09 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2016-01-05 21:18:09 | serhiy.storchaka | link | issue25958 messages |
| 2016-01-05 21:18:09 | serhiy.storchaka | create | |
|