[Python-bugs-list] [ python-Bugs-684679 ] Freeze can not be made to exclude implicits
SourceForge.net
noreply@sourceforge.net
Fri, 20 Jun 2003 13:36:23 -0700
Bugs item #684679, was opened at 2003-02-11 17:01
Message generated for change (Comment added) made by jvr
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=684679&group_id=5470
Category: Demos and Tools
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Lawrence Hudson (lhudson)
Assigned to: Just van Rossum (jvr)
Summary: Freeze can not be made to exclude implicits
Initial Comment:
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.
----------------------------------------------------------------------
>Comment By: Just van Rossum (jvr)
Date: 2003-06-20 22:36
Message:
Logged In: YES
user_id=92689
The patch mentioned above has been applied a long time ago.
Closing.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=684679&group_id=5470