Commit e36f2ba7 authored by Neal Norwitz's avatar Neal Norwitz

Add TODO

parent 2633c69f
...@@ -2438,6 +2438,14 @@ dictview_new(PyObject *dict, PyTypeObject *type) ...@@ -2438,6 +2438,14 @@ dictview_new(PyObject *dict, PyTypeObject *type)
return (PyObject *)dv; return (PyObject *)dv;
} }
/* TODO(guido): The views objects are not complete:
* support more set operations
* support arbitrary mappings?
- either these should be static or exported in dictobject.h
- if public then they should probably be in builtins
*/
/* Forward */ /* Forward */
PyTypeObject PyDictKeys_Type; PyTypeObject PyDictKeys_Type;
PyTypeObject PyDictItems_Type; PyTypeObject PyDictItems_Type;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment