[Stackless] Stackless alpha for X86/Linux
Hye-Shik Chang
perky at fallin.lv
Sat Mar 2 02:00:34 CET 2002
On Fri, Mar 01, 2002 at 11:34:36PM +0100, Christian Tismer wrote:
> Hi friends,
>
> I'm happy to tell you that I have a working new Stackless
> that works both under Windows and Linux/X86.
Hello,
I'm a FreeBSD port maintainer of Stackless(lang/stackless_python).
First of All, Thank you for your invaluable work. :)
I've compiled Stackless on FreeBSD 4. It worked perfectly.
kornet(perky):~/lib/python2.2/test>$ ~/bin/python
Python 2.2 Stackless(HW) 020301 (#1, Mar 2 2002, 09:38:23)
[GCC 2.95.3 20010315 (release) [FreeBSD]] on freebsd4
Type "help", "copyright", "credits" or "license" for more information.
>>>
kornet(perky):~/lib/python2.2/test>$ ~/bin/python regrtest.py -q
test test_commands failed -- Traceback (most recent call last):
File "/home/perky/lib/python2.2/test/test_commands.py", line 43, in test_getstatus
self.assert_(re.match(pat, getstatus("/bin/ls"), re.VERBOSE))
File "/home/perky/lib/python2.2/unittest.py", line 262, in failUnless
if not expr: raise self.failureException, msg
AssertionError
1 tests failed:
test_commands
kornet(perky):~/lib/python2.2/test>$
(that test_commands's failure occured on standard python, too. Not stackless's problem)
It seems to have no problem on FreeBSD.
Cheers!
--
Hye-Shik
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 230 bytes
Desc: not available
URL: <http://www.stackless.com/pipermail/stackless/attachments/20020302/54b869a7/attachment.pgp>
More information about the Stackless
mailing list