mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add TODO
This commit is contained in:
parent
2633c69fae
commit
e36f2ba7c4
1 changed files with 8 additions and 0 deletions
|
@ -2438,6 +2438,14 @@ dictview_new(PyObject *dict, PyTypeObject *type)
|
|||
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 */
|
||||
PyTypeObject PyDictKeys_Type;
|
||||
PyTypeObject PyDictItems_Type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue