<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>I’m doing some review and cleanup of your contributions and uploading it back to the nagare HG host.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>I think all of you did a great job getting your hands dirty with the C python api, but there are still some reference counting errors (mostly leaks) in there and also potential crash cases with some of the __setstate__ things.  Mostly we have to be vigilant in error checking so that unpicling bad data cannot crash the interpreter.+<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Cheers,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>K<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><div style='border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt'><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> stackless-bounces@stackless.com [mailto:stackless-bounces@stackless.com] <b>On Behalf Of </b>Carlos Eduardo Knippschild<br><b>Sent:</b> 19. mars 2011 20:15<br><b>To:</b> The Stackless Python Mailing List<br><b>Cc:</b> Andrew Francis<br><b>Subject:</b> Re: [Stackless] Me Bad Re: Stackless sprint at PyCon<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Hey Andrew!<o:p></o:p></p><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>Don't fret over that. And yes, it was nice meeting all of you guys! How could I not mention that? :)<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>Carlos.<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p><div><p class=MsoNormal>On Sat, Mar 19, 2011 at 2:34 PM, Andrew Francis <<a href="mailto:andrewfr_ice@yahoo.com">andrewfr_ice@yahoo.com</a>> wrote:<o:p></o:p></p><p class=MsoNormal>Message: 2<br>Date: Fri, 18 Mar 2011 00:22:40 -0400<br>From: Carlos Eduardo Knippschild <<a href="mailto:carlos.chuim@gmail.com">carlos.chuim@gmail.com</a>><br>To: The Stackless Python Mailing List <<a href="mailto:stackless@stackless.com">stackless@stackless.com</a>><br>Cc: Richard Tew <<a href="mailto:richard.m.tew@gmail.com">richard.m.tew@gmail.com</a>><br>Subject: Re: [Stackless] Stackless sprint at PyCon<br>Message-ID:<br>   <<a href="mailto:AANLkTin3t5Ac2i8iCM5qpxwTpppvKxL0w9qa9iBAsgqa@mail.gmail.com">AANLkTin3t5Ac2i8iCM5qpxwTpppvKxL0w9qa9iBAsgqa@mail.gmail.com</a>><br>Content-Type: text/plain; charset="utf-8"<br><br>>Hi Richard and others.<br>><br>>I was one of the sprinters and I think it went as nice as it could. Most >ofus were looking at Stackless and Python source for the first time and >we all worked on the very specific problem of state pickling of >iterators.<br><br><br>Yes I am bad for leaving folks out. It was also a great pleasure to met Carlos, Andy, Kristjan, Josh, Gen, as well as Alain and Herve. In general it was cool to talk to all the folks involved!<br><br>Cheers,<br>Andrew<br><br><br><br><br>_______________________________________________<br>Stackless mailing list<br><a href="mailto:Stackless@stackless.com">Stackless@stackless.com</a><br><a href="http://www.stackless.com/mailman/listinfo/stackless" target="_blank">http://www.stackless.com/mailman/listinfo/stackless</a><o:p></o:p></p></div><p class=MsoNormal><br><br clear=all><br>-- <br><a href="http://www.google.com/profiles/carlos.chuim" target="_blank">Carlos E. Knippschild</a><o:p></o:p></p></div></div></div></body></html>