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: Bytecode copy bug in freeze
Type: Stage:
Components: Demos and Tools Versions: Python 2.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: nnorwitz Nosy List: nnorwitz, troels
Priority: normal Keywords: patch

Created on 2002-10-24 09:36 by troels, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
modulefinder.py_codecopy.patch troels, 2002-10-24 09:36 Patch to copy co.co_freevars and co.co_cellvars
Messages (2)
msg41433 - (view) Author: Troels Walsted Hansen (troels) Date: 2002-10-24 09:36
modulefinder.py in Tools/freeze fails to copy
co.co_freevars and co.co_cellvars, causing mysterious
crashes when the -r (replace path) option is used with
freeze.

Debugging credit goes to Alexander Wilkens <alexw@fast.no>.
msg41434 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2002-11-12 23:10
Logged In: YES 
user_id=33168

Thanks!

Checked in as:
 * Tools/freeze/modulefinder.py 1.21 & 1.18.10.1
History
Date User Action Args
2022-04-10 16:05:47adminsetgithub: 37362
2002-10-24 09:36:58troelscreate