]> granicus.if.org Git - python/commit
Make imports faster on the Mac, by
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 12 Jun 1997 15:29:46 +0000 (15:29 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 12 Jun 1997 15:29:46 +0000 (15:29 +0000)
commiteda78634a4719ac48735d551b6b2ab701792e4b4
tree87a51dbf0cf76f0abe44204476c08a3b3a3a149a
parent0130f0fb8f66d88a2d733ffc166f9942c8ed10df
Make imports faster on the Mac, by
- Remembering whether sys.path components refer to files or folders,
- Using mac-specific code to check for file existence, in stead of trying
  to fopen() each possible file.

These mods need an accompanying mod to import.c.
Mac/Include/macglue.h
Mac/Python/macglue.c