As everyone would soon notice anyway, r358 and r359 includes some rather nasty code creating a new _transports global in core and then linking it with the soy.transports extension via the PyCObject API.
It's ugly as fuck, but it's better than putting all our transports into _core At least the hack is only really seen internally This hack allows _coreLoop() to process transports as part of it's cycle. That is, things can be loading/saving/streaming/networking/etc without having to be attached to a Window or Scene. I'm so sorry... :-/ _______________________________________________ PySoy-Dev mailing list [email protected] http://www.pysoy.org/mailman/listinfo/pysoy-dev
