From: Jeff A. <ja...@fa...> - 2017-05-29 22:26:00
|
This installed fine for me on Windows (actually for user 用户名), including pip & setuptools. I ran the regression test as ..\2.7.1-rc2\bin\jython -m test.regrtest -e and got 3 failures. 372 tests OK. 7 tests skipped: test_codecmaps_hk test_curses test_smtpnet test_socketserver test_subprocess test_urllib2net test_urllibnet 3 tests failed: test___all__ test_inspect test_ssl 3 fails unexpected: test___all__ test_inspect test_ssl test___all__ fails on a missing ServeletException see http://bugs.jython.org/issue2308 ..\2.7.1-rc2\bin\jython -m test.test_inspect ..\2.7.1-rc2\bin\jython -m test.regrtest test_inspect pass when re-run in isolation. ..\2.7.1-rc2\bin\jython -m test.test_ssl fails as reported in http://bugs.jython.org/issue2594 Passing test with Netty shower: test_socket May 29, 2017 8:28:36 PM org.python.netty.bootstrap.AbstractBootstrap setChannelOption WARNING: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x286e32d1]' May 29, 2017 8:28:36 PM org.python.netty.bootstrap.AbstractBootstrap setChannelOption WARNING: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x666fcd99]' May 29, 2017 8:28:40 PM org.python.netty.util.concurrent.DefaultPromise safeExecute SEVERE: Failed to submit a listener notification task. Event loop shut down? java.util.concurrent.RejectedExecutionException: event executor terminated at org.python.netty.util.concurrent.SingleThreadEventExecutor.reject(SingleThreadEventExecutor.java:821) at org.python.netty.util.concurrent.SingleThreadEventExecutor.offerTask(SingleThreadEventExecutor.java:327) at org.python.netty.util.concurrent.SingleThreadEventExecutor.addTask(SingleThreadEventExecutor.java:320) ... Maybe the SSL failure is a worry, but nothing else. Jeff Jeff Allen On 29/05/2017 19:17, fwi...@gm... wrote: > Hi all, > > I've put together a soft release of 2.7.1 rc2. > > Please test! As soon as I get a couple of sanity checks, I'll finalize > the RC and do a real announcement. > > The releases: > > installer: https://oss.sonatype.org/content/repositories/orgpython-1065/org/python/jython-installer/2.7.1-rc2/jython-installer-2.7.1-rc2.jar > > standalone: https://oss.sonatype.org/content/repositories/orgpython-1066/org/python/jython-standalone/2.7.1-rc2/jython-standalone-2.7.1-rc2.jar > > The parent directories of each of the above have the checksums, source > jars, javadocs, etc. > > -Frank > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Jython-dev mailing list > Jyt...@li... > https://lists.sourceforge.net/lists/listinfo/jython-dev > |