[Python-Dev] Splitting up _cursesmodule

A.M. Kuchling akuchlin@mems-exchange.org
Tue, 12 Dec 2000 22:55:33 -0500


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.  

Do the powers that be approve of this idea?

--amk