| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | backport jhylton's checkin of | Michael W. Hudson | 2002-03-15 | 1 | -1/+1 |
| | | | | | | | | | | | revision 2.2 of cellobject.h Cells are not VAR objects. Noted by Jason Orendorff, SF #520768. Bug fix candidate for 2.1 & 2.2. | ||||
| * | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 1 | -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. | |||||
