This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lhudson
Recipients
Date 2003-02-11.16:01:23
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Freeze always includes site and exceptions in the
resulting binary.  This is undesirable when creating an
extension module that contains frozen code;in sucha
situation the extension module should import the site
and exceptions (and all other standard library modules)
from the target system at runtime.

Patch 684677 fixes this bug.
History
Date User Action Args
2007-08-23 14:10:59adminlinkissue684679 messages
2007-08-23 14:10:59admincreate