[Python-Dev] 2.6 rc1 performance results

"Martin v. Löwis" martin at v.loewis.de
Sat Sep 13 17:59:27 CEST 2008


> The change to universal binaries, perhaps?

That shouldn't really matter - the machine code should still be the
same, and it should all get loaded at program startup. IOW, startup
and imports may get slower, but otherwise, it should have no impact.

Regards,
Martin


More information about the Python-Dev mailing list