summaryrefslogtreecommitdiffstats
path: root/Include/cellobject.h
Commit message (Collapse)AuthorAgeFilesLines
* PEP 227 implementationJeremy Hylton2001-01-251-0/+28
A cell contains a reference to a single PyObject. It could be implemented as a mutable, one-element sequence, but the separate type has less overhead.