Python on the AS/400?

Per Gummedal p.g at figu.no
Tue Apr 3 06:56:02 EDT 2001


03.04.2001, 04:12, you wrote:

> I have a Python program I'd like to run on an AS/400.
>
> - does the AS/400 CPython port have select.select?  Does it have any
>   kind of reasonable performance?

The python port does not support select.select(OS400 does not have popen).
It does support sockets and threads.
The performance is not great but ok.

> - how stable is the AS/400 CPython port?

It is beta and it don't run all the test cases.


regards
Per






More information about the Python-list mailing list