Message187493
Antoine came up with a scheme (see issue 17807) that should eliminate the tp_del implementation from generator objects by moving the cleanup code to the frame deallocation.
This will restore Guido's original assumption that types implemented in C won't need to provide tp_del, so this proposal becomes obsolete. |
|
| Date |
User |
Action |
Args |
| 2013-04-21 04:48:14 | ncoghlan | set | recipients:
+ ncoghlan, barry, pitrou, benjamin.peterson, sbt, isoschiz |
| 2013-04-21 04:48:14 | ncoghlan | set | messageid: <[email protected]> |
| 2013-04-21 04:48:14 | ncoghlan | link | issue17800 messages |
| 2013-04-21 04:48:14 | ncoghlan | create | |
|