[Python-Dev] Single- vs. Multi-pass iterability
Guido van Rossum
guido@python.org
Thu, 18 Jul 2002 14:49:19 -0400
- Previous message: [Python-Dev] Single- vs. Multi-pass iterability
- Next message: [Python-Dev] Re: [Python-checkins] python/dist/src/Objects dictobject.c,2.127,2.128
floatobject.c,2.113,2.114 intobject.c,2.84,2.85 listobject.c,2.120,2.121
longobject.c,1.119,1.120 rangeobject.c,2.42,2.43 stringobject.c,2.169,2.170
tupleobject.c,2.69,2.70 typeobject.c,2.160,2.161 unicodeobject.c,2.155,2.156
xxobject.c,2.20,2.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
> > Would making them cooperate with GC be a difficult
> > thing to do? Seems to me we should be moving towards
> > making everything cooperate with GC, and fixing
> > things like this whenever they come to light.
>
> Tim Peters says it wouldn't be, but I have not explored that.
But he also warned that it introduces new surprises.
--Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] Single- vs. Multi-pass iterability
- Next message: [Python-Dev] Re: [Python-checkins] python/dist/src/Objects dictobject.c,2.127,2.128
floatobject.c,2.113,2.114 intobject.c,2.84,2.85 listobject.c,2.120,2.121
longobject.c,1.119,1.120 rangeobject.c,2.42,2.43 stringobject.c,2.169,2.170
tupleobject.c,2.69,2.70 typeobject.c,2.160,2.161 unicodeobject.c,2.155,2.156
xxobject.c,2.20,2.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]