[Python-Dev] Splitting up _cursesmodule

Greg Stein gstein@lyra.org
Tue, 12 Dec 2000 23:58:38 -0800


On Tue, Dec 12, 2000 at 10:55:33PM -0500, A.M. Kuchling wrote:
> At 2502 lines, _cursesmodule.c is cumbersomely large.  I've just
> received a patch from Thomas Gellekum that adds support for the panel
> library that will add another 500 lines.  I'd like to split the C file
> into several subfiles (_curses_panel.c, _curses_window.c, etc.) that
> get #included from the master _cursesmodule.c file.  

Why should they be #included? I thought that we can build multiple .c files
into a module...

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/