[Stackless] 2.6.7 and 3.3.3

Kristján Valur Jónsson kristjan at ccpgames.com
Tue Dec 24 13:43:27 CET 2013


There is an open issue #38:
Exception thrown out of schedule callback causes crash.
This is because it is being thrown when a tasklet is ending.  Normally such an exception would
abort the schedule operation, but in this case, it is unpossible.

I suggest that we capture all exceptions in the callbacks and print them as unraisable.  Objections?

I also think we ought to set the "switch trap" switch in the callbacs, so that they can not cause any stackless kind of side effects.

Documentation does not specify either, only suggests that the callbacks be used for instrumentation.
K
________________________________________
From: stackless-bounces at stackless.com [stackless-bounces at stackless.com] on behalf of Anselm Kruis [a.kruis at science-computing.de]
Sent: Tuesday, December 24, 2013 9:57 AM
To: stackless at stackless.com; Richard Tew
Subject: Re: [Stackless] 2.6.7 and 3.3.3

Hi Richard,

please give me a few days to complete my current work on a better
debugger binding for PyDevd. I really would like to get it into this
release.

Cheers
   Anselm

Am 23.12.2013 20:52, schrieb Richard Tew:
> Hi,
>
> I'm going to be looking to finalise, tag and tarball release these.
> At which point I would hope to press some poor sap to do the Windows
> installers.
>
> Does anyone have any objections, or are they already working on it?
>
> Cheers,
> Richard.
>
> _______________________________________________
> Stackless mailing list
> Stackless at stackless.com
> http://www.stackless.com/mailman/listinfo/stackless
>

--
  Dipl. Phys. Anselm Kruis                       science + computing ag
  Senior Solution Architect                      Ingolstädter Str. 22
  email A.Kruis at science-computing.de             80807 München, Germany
  phone +49 89 356386 874  fax 737               www.science-computing.de
--
Vorstandsvorsitzender/Chairman of the board of management:
Gerd-Lothar Leonhart
Vorstand/Board of Management:
Dr. Bernd Finkbeiner, Michael Heinrichs,
Dr. Arno Steitz, Dr. Ingrid Zech
Vorsitzender des Aufsichtsrats/
Chairman of the Supervisory Board:
Philippe Miltin
Sitz/Registered Office: Tuebingen
Registergericht/Registration Court: Stuttgart
Registernummer/Commercial Register No.: HRB 382196


_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless



More information about the Stackless mailing list