Hi Ron:
On Saturday, July 19, 2014 6:00 AM, "[email protected]" <[email protected]> wrote: Message: 1 Date: Fri, 18 Jul 2014 09:30:15 -0500 From: Rob Galanakis <[email protected]> To: The Stackless Python Mailing List <[email protected]> Subject: [Stackless] pypy stackless.py compatibility notes Message-ID: <cabanhwr2fn9qhlz4ytngmag5nnf1vuqrnkwtuvvub1qj3cx...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" >As requested by Herr Tismer on >https://github.com/rgalanakis/goless/issues/29 >stackless.py has no 'stackless.runcount' attribute (it has a >stackless.getruncount function). >I can swear there was some inconsistency between stackless.schedule() but >cannot find exactly what it was right now. Off-hand, I think a major difference between Stackless Python and stackless.py stackless.schedule() is the internal representation of the runnable list. In Stackless, I recall it being a doubly-linked list accessible from the tasklet object. In stackless.py, it is a list. If I go through my notes, I can probably list other inconsistencies ..... As for deadlock detection (which the original poster was doing), I had some ideas on the subject: [Stackless] Requesting Comments for a Deadlock Detection Module Cheers, Andrew [Stackless] Requesting Comments for a Deadlock Detection Module [Stackless] Requesting Comments for a Deadlock Detection Module Andrew Francis andrewfr_ice at yahoo.com Fri Feb 27 20:28:14 CET 2009 View on www.stackless.com Preview by Yahoo
_______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
