Message1352

Author leouserz
Recipients
Date 2007-01-12.18:39:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
this data is stored in a static initialiser in the generated byte code.  If you move the $py.class file around it sticks.  A possible strategy is to remove this string from the static intializer and to define a new static init method that allows the BytecodeLoader to pass in the location from the makeCode method.
History
Date User Action Args
2008-02-20 17:17:37adminlinkissue1605847 messages
2008-02-20 17:17:37admincreate