Message5880

Author jaraco
Recipients amak, boisgera, c.cerbo, fwierzbicki, jaraco, jdeolive, pjenvey, zyasoft
Date 2010-07-07.21:45:11
SpamBayes Score 0.011921726
Marked as misclassified No
Message-id <1278539112.75.0.300521845813.issue1373@psf.upfronthosting.co.za>
In-reply-to
Content
I seem to have encountered this bug as well. This may be the issue I've brought up a couple of times in the past (going back to 2.1) being unable to have sys.path-added modules load their own resources.

In the past, I've used jclasspath (http://www.fiber-space.de/jynx/doc/jclasspath.html) to work around these issues (by appending the necessary classpath to the system Classpath, which requires bypassing java attribute accessibility rules).

I'm eager to see if this patch corrects these issues. Would it be possible to compile a .class file so I can inject it in my jython.jar and test, and if so would someone be willing to do so?
History
Date User Action Args
2010-07-07 21:45:12jaracosetmessageid: <1278539112.75.0.300521845813.issue1373@psf.upfronthosting.co.za>
2010-07-07 21:45:12jaracosetrecipients: + jaraco, fwierzbicki, amak, pjenvey, zyasoft, boisgera, jdeolive, c.cerbo
2010-07-07 21:45:12jaracolinkissue1373 messages
2010-07-07 21:45:11jaracocreate