[EMAIL PROTECTED] wrote:
Where can I find an explanation of how the new light dict views of Python 3 are implemented (or what's the name of the C source file to look inside for their implementation)?
The views are implemented next to the dict object. Grepping for PyTypeObject in http://svn.python.org/projects/python/branches/py3k/Objects/dictobject.c will show you the types and constructors.
Christian -- http://mail.python.org/mailman/listinfo/python-list