[Python-3000] C API changes? [Was: Python 3000 Process]

Neil Schemenauer nas at arctrix.com
Wed Mar 22 06:14:25 CET 2006


On Tue, Mar 21, 2006 at 08:52:34PM -0800, Neal Norwitz wrote:
> I thought about re-organizing all the methods to try to group them
> a bit better.  Then I realized the beneift is likely far too small
> for the larger pain of having to maintain 2 tables of methods (one
> for 2.x one for 3.x).

Maybe C99 designated initializers could solve that problem (assuming
we are going to require a C99 compiler).

  Neil


More information about the Python-3000 mailing list