Message12314

Author jeff.allen
Recipients alanb, amak, darjus, fwierzbicki, jeff.allen, mr, rpan, sfelts, zyasoft
Date 2019-01-12.14:02:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547301750.69.0.0211376841466.issue2362@roundup.psfhosted.org>
In-reply-to
Content
That last defect concerning visibility was fixed in: https://hg.python.org/jython/rev/37365325d253

I now have this scanning all java and jdk paths in https://hg.python.org/jython/rev/7fd811df6d33 .

If you ask for it, it will log as:

PS jython-jvm9> dist\bin\jython -v -S -c "raise SystemExit"
*sys-package-mgr*: reading packages from /modules/java.base
*sys-package-mgr*: reading packages from /modules/java.compiler
*sys-package-mgr*: reading packages from /modules/java.datatransfer
...
*sys-package-mgr*: reading packages from /modules/jdk.accessibility
*sys-package-mgr*: reading packages from /modules/jdk.aot
...

This fixes the issue. I think more should be done in this area, but not necessarily for 2.7.2, so I'll make a separate issue of it (#2734).
History
Date User Action Args
2019-01-12 14:02:30jeff.allensetmessageid: <1547301750.69.0.0211376841466.issue2362@roundup.psfhosted.org>
2019-01-12 14:02:30jeff.allensetrecipients: + jeff.allen, fwierzbicki, amak, zyasoft, darjus, rpan, sfelts, mr, alanb
2019-01-12 14:02:30jeff.allenlinkissue2362 messages
2019-01-12 14:02:30jeff.allencreate