<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:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" 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=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@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:0in;
        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;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</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=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Hehe&#8230;yeah I noticed I forgot that as soon as the check-in
went through.&nbsp; The check-in comments consisted of something similar to:<o:p></o:p></span></p>

<p class=MsoNormal style='text-indent:.5in'>- nt.cs:&nbsp; implemented
nt.kill.&nbsp; Please note that CPython doesn't implement this on Windows <o:p></o:p></p>

<p class=MsoNormal style='text-indent:.5in'>- sys.cs:&nbsp; I've added another
_getframeImpl signature.&nbsp; This one additionally accepts a FunctionStack as
input which PythonContext now provides...<o:p></o:p></p>

<p class=MsoNormal style='text-indent:.5in'>- PythonContext.cs: each
PythonContext now keeps track of its FunctionStack.&nbsp; This is necessary as
the signal module pushes the current frame into signal handlers when
&#8211;X:Frames is utilized<o:p></o:p></p>

<p class=MsoNormal style='text-indent:.5in'>- signal.cs and
NativeSignal.cs:&nbsp; *<b>nearly</b>* complete implementation of CPython's
signal module.&nbsp; Needs better testing though (CPython&#8217;s
test_signal.py is completely disabled under Windows and our own test isn&#8217;t
finished)<o:p></o:p></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'>

<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"'>
users-bounces@lists.ironpython.com [mailto:users-bounces@lists.ironpython.com] <b>On
Behalf Of </b>Curt Hagenlocher<br>
<b>Sent:</b> Friday, March 26, 2010 9:01 AM<br>
<b>To:</b> Discussion of IronPython<br>
<b>Subject:</b> Re: [IronPython] IronPython 2.6 CodePlex Source Update<o:p></o:p></span></p>

</div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal style='margin-bottom:12.0pt'>Oh, the irony -- that the
person who implemented the &quot;codeplex comment&quot; convention didn't
actually use it :P<o:p></o:p></p>

<div>

<p class=MsoNormal>On Fri, Mar 26, 2010 at 8:54 AM, Michael Foord &lt;<a
href="mailto:fuzzyman@voidspace.org.uk">fuzzyman@voidspace.org.uk</a>&gt;
wrote:<o:p></o:p></p>

<p class=MsoNormal>Do I spot the signal module appearing here?<br>
<br>
:-)<br>
<br>
Michael <o:p></o:p></p>

<div>

<div>

<p class=MsoNormal><br>
<br>
On 26/03/2010 15:52, <a href="mailto:merllab@microsoft.com" target="_blank">merllab@microsoft.com</a>
wrote:<o:p></o:p></p>

<p class=MsoNormal>This is an automated email letting you know that sources<br>
have recently been pushed out. &nbsp;You can download these newer<br>
sources directly from <a
href="http://ironpython.codeplex.com/SourceControl/changeset/view/65018"
target="_blank">http://ironpython.codeplex.com/SourceControl/changeset/view/65018</a>.<br>
<br>
ADDED SOURCES<br>
&nbsp; &nbsp; &nbsp;
&nbsp;$/IronPython/IronPython_Main/Src/IronPython.Modules/NativeSignal.cs<br>
&nbsp; &nbsp; &nbsp;
&nbsp;$/IronPython/IronPython_Main/Src/IronPython.Modules/signal.cs<br>
&nbsp; &nbsp; &nbsp;
&nbsp;$/IronPython/IronPython_Main/Src/Tests/modules/system_related/signal_test.py<br>
<br>
MODIFIED SOURCES<br>
&nbsp; &nbsp; &nbsp;
&nbsp;$/IronPython/IronPython_Main/Src/IronPython.Modules/NativeSignal.cs<br>
&nbsp; &nbsp; &nbsp;
&nbsp;$/IronPython/IronPython_Main/Src/IronPython.Modules/signal.cs<br>
&nbsp; &nbsp; &nbsp;
&nbsp;$/IronPython/IronPython_Main/Src/IronPython.Modules/nt.cs<br>
&nbsp; &nbsp; &nbsp; &nbsp;$/IronPython/IronPython_Main/Src/IronPython.Modules/IronPython.Modules.csproj<br>
&nbsp; &nbsp; &nbsp;
&nbsp;$/IronPython/IronPython_Main/Src/Tests/modules/system_related/signal_test.py<br>
&nbsp; &nbsp; &nbsp;
&nbsp;$/IronPython/IronPython_Main/Src/IronPython/Modules/sys.cs<br>
&nbsp; &nbsp; &nbsp; &nbsp;$/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonContext.cs<br>
&nbsp; &nbsp; &nbsp;
&nbsp;$/IronPython/IronPython_Main/Src/IronPythonTest/EngineTest.cs<br>
&nbsp; &nbsp; &nbsp;
&nbsp;$/IronPython/IronPython_Main/Src/Tests/Tools/baselines/nt.log<br>
&nbsp; &nbsp; &nbsp;
&nbsp;$/IronPython/IronPython_Main/Src/Tests/Tools/logmodule.py<br>
<br>
<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.ironpython.com" target="_blank">Users@lists.ironpython.com</a><br>
<a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com"
target="_blank">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><br>
&nbsp; <o:p></o:p></p>

<p class=MsoNormal style='margin-bottom:12.0pt'><o:p>&nbsp;</o:p></p>

</div>

</div>

<p class=MsoNormal><span style='color:#888888'>-- <br>
<a href="http://www.ironpythoninaction.com/" target="_blank">http://www.ironpythoninaction.com/</a><br>
<a href="http://www.voidspace.org.uk/blog" target="_blank">http://www.voidspace.org.uk/blog</a><br>
<br>
READ CAREFULLY. By accepting and reading this email you agree, on behalf of
your employer, to release me from all obligations and waivers arising from any
and all NON-NEGOTIATED agreements, licenses, terms-of-service, shrinkwrap,
clickwrap, browsewrap, confidentiality, non-disclosure, non-compete and
acceptable use policies (&#8221;BOGUS AGREEMENTS&#8221;) that I have entered
into with your employer, its partners, licensors, agents and assigns, in
perpetuity, without prejudice to my ongoing rights and privileges. You further
represent that you have the authority to release me from any BOGUS AGREEMENTS
on behalf of your employer.</span> <o:p></o:p></p>

<div>

<div>

<p class=MsoNormal><br>
<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.ironpython.com" target="_blank">Users@lists.ironpython.com</a><br>
<a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com"
target="_blank">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><o:p></o:p></p>

</div>

</div>

</div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

</div>

</body>

</html>