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.

classification
Title: Freeze can not be made to exclude implicits
Type: Stage:
Components: Demos and Tools Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jvr Nosy List: jvr, lhudson
Priority: normal Keywords:

Created on 2003-02-11 16:01 by lhudson, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Messages (2)
msg14572 - (view) Author: Lawrence Hudson (lhudson) Date: 2003-02-11 16:01
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.
msg14573 - (view) Author: Just van Rossum (jvr) * (Python triager) Date: 2003-06-20 20:36
Logged In: YES 
user_id=92689

The patch mentioned above has been applied a long time ago. 
Closing.
History
Date User Action Args
2022-04-10 16:06:44adminsetgithub: 37966
2003-02-11 16:01:23lhudsoncreate