Good day, I am looking for pointers on building the minimal Stackless Python for an embedded platform (ARM9). I notice there is ARM/Thumb support in the stackless task switching routines, so this gives me hope. The troublesome part is more on the Python side I guess: how to set up a build that does not include the majority of the modules that we do not need. Is there an easy way to do this? Also, is it possible/easy to build a Python run-time that only handles .pyc files, and not .py files; that is, does not include the parser, syntax tree, etc.? Thank you, Tyler
_______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
