[Python-Dev] Re: [Python-checkins] python/dist/src/Objects bufferobject.c,2.19,2.20 complexobject.c,2.62,2.63 floatobject.c,2.114,2.115 intobject.c,2.91,2.92 stringobject.c,2.180,2.181 tupleobject.c,2.71,2.72

Guido van Rossum guido@python.org
Mon, 19 Aug 2002 17:45:02 -0400


> Perhaps a comment at the definition of Foo that says "this code has
> been inlined elsewhere" makes sense so that if people fix bugs or
> enhance them they will be prompted to scout around for other places
> that need fixing.  (I hesitate to suggest that all the places a
> piece of code is inlined should be recorded, but perhaps that's
> another option.)

That's a good idea.  Maybe one of the "code janitors" can help with
this?

--Guido van Rossum (home page: http://www.python.org/~guido/)