Re: [Python-Dev] urllib2 EP + decr. startup time

2007-02-18 Thread KoDer
2007/2/17, Phillip J. Eby <[EMAIL PROTECTED]>: > > I don't follow you; this has nothing to do with setuptools. It's a feature > of Python since version 2.3, > I mean install/update/delete package to exist zip archive, which may contain many other packages(some time it's hart to understand what i

[Python-Dev] NOARGS_NULL

2007-02-18 Thread Martin v. Löwis
Patch #1648268 corrects a huge load of errors in Python wrt. incorrect function pointers (i.e. functions called with a different signature then declared, through pointers). The rationale for this patch is that the submitter apparently has a platform where Python crashes in the face of these errors.