Message11317

Author stefan.richthofer
Recipients psterdale, stefan.richthofer
Date 2017-04-21.23:26:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492817179.36.0.794570199373.issue2579@psf.upfronthosting.co.za>
In-reply-to
Content
Parisa, when the path of the py-file contains __pyclasspath__, Jython doesn't track its exact position, but just knows it's somewhere on the classpath. The search mechanism for pyc files currently doesn't consider that and breaks in such a case.

I implemented a possible fix for this: https://github.com/Stewori/jython/commit/343740e5a34afd90f4953ba0eab18ccf863da860

But so far I find it tedious to test.

So it would be nice if you could try it, e.g. by cloning my Jython fork at https://github.com/Stewori/jython

If that solves the problem I will merge it into the main repo.
History
Date User Action Args
2017-04-21 23:26:19stefan.richthofersetmessageid: <1492817179.36.0.794570199373.issue2579@psf.upfronthosting.co.za>
2017-04-21 23:26:19stefan.richthofersetrecipients: + stefan.richthofer, psterdale
2017-04-21 23:26:19stefan.richthoferlinkissue2579 messages
2017-04-21 23:26:18stefan.richthofercreate