]> granicus.if.org Git - python/commit
Fixed a nasty slowdown in imports in frozen applications: the shortcut
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 22 May 2001 14:13:02 +0000 (14:13 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 22 May 2001 14:13:02 +0000 (14:13 +0000)
commitb45032e62924959643676fc0313d866d5336fcc3
tree4c6d1b679808d04a7708c213f752413d61292f34
parentaa222234c0836d32030c667240f20d8879e7f6b3
Fixed a nasty slowdown in imports in frozen applications: the shortcut
for loading modules from the application resource fork stopped working
when sys.path component normalization was implemented. Comparison
of sys.path components is now done by FSSpec in stead of by pathname.
Mac/Python/macimport.c