strict python?

Fernando Pérez fperez528 at yahoo.com
Sun Dec 9 18:27:07 EST 2001


Erik Max Francis wrote:


> I agree.  In my opinion, if PyChecker became a part of the standard
> distribution (not necessarily as a part of the Python executable
> itself), it would be win all the way around.
> 
Well, it doesn't have to be built into the interpreter: a -w switch 
could trigger its loading as a library, which means the interpreter 
binary itself doesn't need to get any heavier (which is an important 
concern).  And this way, it would be trivial to compile the 
interpreter itself without the codepaths that activate the -w option 
for situations where one wants a super-light interpteter (embedding) 
and the -w option isn't needed.

This would give the user an immediate way to access it (-w) without 
the interpreter bloating up at all.

Cheers,


f



More information about the Python-list mailing list