Message5811

Author matt_brinkley
Recipients adam.spiers, bpedman, matt_brinkley, pjenvey, rkurin
Date 2010-06-15.22:33:02
SpamBayes Score 0.012423663
Marked as misclassified No
Message-id <1276641183.12.0.53356983405.issue1522@psf.upfronthosting.co.za>
In-reply-to
Content
Also note that this seems very similar to the issue I pointed out in bug http://bugs.jython.org/issue1327 which involved a python class implementing a java interface - when the classloader is reloaded (in Tomcat) and the python is re-evaluated, the base class is the java class from the *old* classloader .... I strongly suspect class_to_type is the culprit here as well.
History
Date User Action Args
2010-06-15 22:33:03matt_brinkleysetmessageid: <1276641183.12.0.53356983405.issue1522@psf.upfronthosting.co.za>
2010-06-15 22:33:03matt_brinkleysetrecipients: + matt_brinkley, pjenvey, bpedman, rkurin, adam.spiers
2010-06-15 22:33:03matt_brinkleylinkissue1522 messages
2010-06-15 22:33:02matt_brinkleycreate