Re: [Python-Dev] Module/Setup.dist maintainance

2008-11-26 Thread Martin v. Löwis
Matthias Klose wrote: > Is there another way to build extensions as builtins, > or should this file kept be up to date? It should be kept up-to-date, IMO. It's just that people forget to do that (or don't even know what it is). Regards, Martin ___ Pytho

[Python-Dev] Module/Setup.dist maintainance

2008-11-26 Thread Matthias Klose
I was experimenting with profiled builds and building more extensions as builtins instead of loadable modules, noticing that Module/Setup.dist is not kept updated. Currently only the section above the *shared* line is really used for the build, but everything else doesn't seem to be updated (extens