[Python-Dev] Re: [Patches] [Patch #102813] _cursesmodule: Add panel support

Fredrik Lundh fredrik@effbot.org
Fri, 22 Dec 2000 17:33:37 +0100


Fred wrote:
>   I understood the intent; I think he's really got a point.  There are
> a few places in Python where it would really help to break things up!

if that's what you want, maybe you could start by
putting the INLINE stuff back again? <halfwink>

(if C/C++ compatibility is a problem, put it inside a
cplusplus ifdef, and mark it as "for internal use only.
don't use inline on public interfaces")

</F>