Message11793

Author jeff.allen
Recipients flungo, jeff.allen, zyasoft
Date 2018-03-13.22:08:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520978922.13.0.467229070634.issue2492@psf.upfronthosting.co.za>
In-reply-to
Content
It may be challenging, but I seem to have fixed it without even trying 8)

Improved reasoning around the bootstrap process, as part of #2609, made it possible to remove this error message:
https://hg.python.org/jython/rev/55756721fa02#l7.7
and although something like it reappears here:
https://hg.python.org/jython/rev/55756721fa02#l8.950
I think bootstrapping sorts itself out unless you mess up the class path.

I can reproduce the error using Fabrizio's sample code with:
PS bugs> java -cp ".;C:\Jython\2.7.0\jython.jar" iss2492.NPETest
init: Bootstrapping class not in BootstrapTypesSingleton.getInstance()[class=class org.python.core.PyInteger]

and:
PS bugs> java -cp ".;C:\Jython\2.7.1rc3\jython.jar" iss2492.NPETest
init: Bootstrapping class not in BootstrapTypesSingleton.getClassToType()[class=class org.python.core.PyInteger]

but:
PS bugs> java -cp ".;C:\Jython\2.7.2a1\jython.jar" iss2492.NPETest
works. I propose therefore to close as fixed.
History
Date User Action Args
2018-03-13 22:08:42jeff.allensetmessageid: <1520978922.13.0.467229070634.issue2492@psf.upfronthosting.co.za>
2018-03-13 22:08:42jeff.allensetrecipients: + jeff.allen, zyasoft, flungo
2018-03-13 22:08:42jeff.allenlinkissue2492 messages
2018-03-13 22:08:41jeff.allencreate