[Stackless] Stackless Python for Python 2.5.1

Alec Flett alecf at flett.org
Wed May 9 00:48:31 CEST 2007


So what is the state of the amd64 support? I saw a lot of stuff exchanged a
few weeks back with Hieu but I wasn't really sure of the conclusion.


I built stackless 2.5.1 on:
Python 2.5.1 Stackless 3.1b3 060516 ( python-2.51:55194, May  8 2007,
22:33:50)
[GCC 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>

When I run the unit tests it seems to hang right here, taking up 100% CPU
(interrupted with the Keyboard of course):
../../python runAll.py
............Traceback (most recent call last):
  File "runAll.py ", line 55, in <module>
    unittest.TextTestRunner().run(testSuite)
  File "/mw/alecf/stackless-251/Lib/unittest.py", line 705, in run
    test(result)
  File "/mw/alecf/stackless-251/Lib/unittest.py", line 437, in __call__
    return self.run(*args, **kwds)
  File "/mw/alecf/stackless-251/Lib/unittest.py", line 433, in run
    test(result)
  File "/mw/alecf/stackless-251/Lib/unittest.py", line 437, in __call__
    return self.run(*args, **kwds)
  File "/mw/alecf/stackless-251/Lib/unittest.py", line 433, in run
    test(result)
  File "/mw/alecf/stackless-251/Lib/unittest.py", line 437, in __call__
    return self.run(*args, **kwds)
  File "/mw/alecf/stackless-251/Lib/unittest.py", line 433, in run
    test(result)
  File "/mw/alecf/stackless-251/Lib/unittest.py", line 281, in __call__
    return self.run(*args, **kwds)
  File "/mw/alecf/stackless-251/Lib/unittest.py", line 260, in run
    testMethod()
  File "./test_sched_cb.py", line 30, in test0
    stackless.run()
  File "./test_sched_cb.py", line 11, in __call__
    def __call__(self, prevTasklet, nextTasklet):
KeyboardInterrupt

Hieu - Did you ever have any luck here? did previous versions of stackless
work for you? I've been developing on an intel mac, where things have been
great but now I need to deploy on:
$ uname -a
Linux krispy 2.6.16-gentoo-r9 #1 SMP Thu Jun 29 03:37:49 Local time zone
must be set--see zic  x86_64 AMD Opteron(tm) Processor 248 AuthenticAMD
GNU/Linux

Alec

On 5/1/07, Richard Tew <richard.m.tew at gmail.com> wrote:
>
> Hello,
>
> I have merged in the final changes required for Stackless Python to be
> Python 2.5.1.  Uploaded a snapshot of the source code.  Built Windows
> binaries.  Etc.  Consider it released.
>
> The only remaining known issue is that the amd64 linux platform is not
> supported at this time.  This involves a large amount of effort which
> I have not as yet had time for.
>
> This release also includes two bug fixes:
> - Pickling of code which has called send_sequence.
> - Fixing TaskletExit to be a correctly defined exception (which could
> cause crashes in obscure circumstances).
>
> The Windows binaries were built with the free MS C toolkit.  The tests
> all passed but the build process had some obstacles which leaves me a
> little wary of possible problems.  None are expected, but.. it is
> worth keeping in mind as a possible reason in case any do occur.
>
> Enjoy!
>
> Richard.
>
> _______________________________________________
> Stackless mailing list
> Stackless at stackless.com
> http://www.stackless.com/mailman/listinfo/stackless
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.stackless.com/pipermail/stackless/attachments/20070508/e84de17c/attachment.htm>
-------------- next part --------------
_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless


More information about the Stackless mailing list