Message200837
I haven't fully thought this one through, but perhaps we could:
- deprecate calling the current concrete APIs with subclasses (since doing
so may break subclass invariants)
- add "PyBaseDict_*" APIs (etc) that subclass implementations can call.
- offer a compatibility header for earlier versions that #defines the new
APIs back to the old ones
This would be 3.5 PEP territory, though. |
|
Date |
User |
Action |
Args |
2013-10-21 20:27:33 | ncoghlan | set | recipients:
+ ncoghlan, rhettinger, pitrou, benjamin.peterson, eric.araujo, Arfrever, Trundle, skrah, meador.inge, daniel.urban, docs@python, eric.snow |
2013-10-21 20:27:33 | ncoghlan | link | issue10977 messages |
2013-10-21 20:27:32 | ncoghlan | create | |
|