]> granicus.if.org Git - python/commit
Support for frozen packages, matching the revamped Tools/freeze.
authorGuido van Rossum <guido@python.org>
Thu, 5 Mar 1998 03:45:08 +0000 (03:45 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 5 Mar 1998 03:45:08 +0000 (03:45 +0000)
commita5568d349bd0a2f4ca427e97f19d237ba4c0925a
tree269bad387a95dab910751b3dbad0bb1cf2b2e3a5
parent75dc4969ab202e8c3dda15bedacc880d589e1e44
Support for frozen packages, matching the revamped Tools/freeze.
Frozen packages are indicated by a negative size (the code string
is the __import__.py file).  A frozen package module has its __path__
set to a string, the package name.
Python/import.c