Message133138
Having convinced myself that Raymond's original suggestion can't be implemented safely, I have an alternative (arguably even more radical) proposal:
Deprecate the public concrete API functions that modify object state.
Put an underscore in front of them for internal use, have the public versions trigger a deprecation warning (not to be removed until 3.6 or so), provide a C level mechanism to easily make the equivalent of a super() call and advise that everyone switch to the abstract API in order to handle subclasses properly. |
|
| Date |
User |
Action |
Args |
| 2011-04-06 14:49:01 | ncoghlan | set | recipients:
+ ncoghlan, rhettinger, pitrou, benjamin.peterson, eric.araujo, Trundle, daniel.urban |
| 2011-04-06 14:49:01 | ncoghlan | set | messageid: <[email protected]> |
| 2011-04-06 14:48:57 | ncoghlan | link | issue10977 messages |
| 2011-04-06 14:48:57 | ncoghlan | create | |
|