Message202019
A point on the safety/correctness front: I remembered we already run arbitrary code at roughly this point in the eval loop, as we have to invoke __iter__ to get the exceptions to check when an iterable is used in except clause.
That means allowing the subclass check hooks to run here isn't as radical a change as I first thought. |
|
| Date |
User |
Action |
Args |
| 2013-11-03 12:36:15 | ncoghlan | set | recipients:
+ ncoghlan, gvanrossum, barry, jamesh, pitrou, benjamin.peterson, eric.araujo, Trundle, cvrebert, daniel.urban, yorik.sar, ethan.furman, Yury.Selivanov, Jim.Jewett, gcbirzan |
| 2013-11-03 12:36:15 | ncoghlan | set | messageid: <[email protected]> |
| 2013-11-03 12:36:15 | ncoghlan | link | issue12029 messages |
| 2013-11-03 12:36:15 | ncoghlan | create | |
|