Issue 627900: Bytecode copy bug in freeze (original) (raw)

Issue627900

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:47 admin set github: 37362
2002-10-24 09:36:58 troels create