[Python-bugs-list] [ python-Bugs-684679 ] Freeze can not be made to exclude implicits

SourceForge.net noreply@sourceforge.net
Tue, 11 Feb 2003 08:01:23 -0800


Bugs item #684679, was opened at 2003-02-11 16:01
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: Open
Resolution: None
Priority: 5
Submitted By: Lawrence Hudson (lhudson)
Assigned to: Nobody/Anonymous (nobody)
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=684679&group_id=5470