Message8413

Author jeff.allen
Recipients jeff.allen
Date 2014-05-15.22:35:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400193326.62.0.597724526247.issue2145@psf.upfronthosting.co.za>
In-reply-to
Content
Since the upgrade to jnr-posix-3.0.1 (in change set #01460e803ef3) Jython no longer runs on Windows.

>dist\bin\jython -S
Jython 2.7b2+ (default:01460e803ef3+, May 15 2014, 22:23:42)
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.7.0_51
>>> import os
>>> os.stat("macbeth.txt")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NotImplementedError: stat

Without the -S, it just (Python) stack dumps during site.py.

I've traced my way into jnr.posix.WindowsPOSIX.stat, but at the point where it accesses the native code (interface jnr.posix.WindowsLibC) it gets UnsatisfiedLinkError. It's perhaps more surprising that it used to work.

Seems like this would be a showstopper for 2.7b3.
History
Date User Action Args
2014-05-15 22:35:26jeff.allensetrecipients: + jeff.allen
2014-05-15 22:35:26jeff.allensetmessageid: <1400193326.62.0.597724526247.issue2145@psf.upfronthosting.co.za>
2014-05-15 22:35:26jeff.allenlinkissue2145 messages
2014-05-15 22:35:26jeff.allencreate