[Stackless] OS/2 EMX port
Christian Tismer
tismer at tismer.com
Thu Jun 20 21:48:19 CEST 2002
Andrew MacIntyre wrote:
> I have finally got around to trying to build the current stackless on
> OS/2, with the EMX environment.
>
> The attached patch was needed to get the stackless module to build (I
> built it in rather than as a dynload, for simplicity). The #ifdef was
> copied from the MSVC file. This patch isn't necessary on FreeBSD, but
> this may be due to the different build setups. I'll test the patch on
> FreeBSD to make sure its harmless there (but not tonight... err this
> morning).
Don't test it, it is just fine.
I just was lazy to put it in while fiddling with
unstable stuff.
The point is that I want to keep only one platform specific
file, but implement different features with it.
For some self-inspection, I needed to include windows.h,
which gives name clashes when used in the general case.
The #ifdef simply defines "sections" in the includes.
Thanks for mentioning.
> The stackless interpreter passes all the tests the standard interpreter
> passes, with a bizarre failure in test_socket which I believe to be an EMX
> "problem" - the test passes standalone, but not from the regrtest.py
> harness...
>
> Does anyone have a test for the stackless module?
That's something really needed, soon.
ciao - chris
--
Christian Tismer :^) <mailto:tismer at tismer.com>
Mission Impossible 5oftware : Have a break! Take a ride on Python's
Johannes-Niemeyer-Weg 9a : *Starship* http://starship.python.net/
14109 Berlin : PGP key -> http://wwwkeys.pgp.net/
work +49 30 89 09 53 34 home +49 30 802 86 56 pager +49 173 24 18 776
PGP 0x57F3BF04 9064 F4E1 D754 C2FF 1619 305B C09C 5A3B 57F3 BF04
whom do you want to sponsor today? http://www.stackless.com/
_______________________________________________
Stackless mailing list
Stackless at www.tismer.com
http://www.tismer.com/mailman/listinfo/stackless
More information about the Stackless
mailing list