Hehe...yeah I noticed I forgot that as soon as the check-in went through.  The 
check-in comments consisted of something similar to:
- nt.cs:  implemented nt.kill.  Please note that CPython doesn't implement this 
on Windows
- sys.cs:  I've added another _getframeImpl signature.  This one additionally 
accepts a FunctionStack as input which PythonContext now provides...
- PythonContext.cs: each PythonContext now keeps track of its FunctionStack.  
This is necessary as the signal module pushes the current frame into signal 
handlers when -X:Frames is utilized
- signal.cs and NativeSignal.cs:  *nearly* complete implementation of CPython's 
signal module.  Needs better testing though (CPython's test_signal.py is 
completely disabled under Windows and our own test isn't finished)

From: users-boun...@lists.ironpython.com 
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Curt Hagenlocher
Sent: Friday, March 26, 2010 9:01 AM
To: Discussion of IronPython
Subject: Re: [IronPython] IronPython 2.6 CodePlex Source Update

Oh, the irony -- that the person who implemented the "codeplex comment" 
convention didn't actually use it :P
On Fri, Mar 26, 2010 at 8:54 AM, Michael Foord 
<fuzzy...@voidspace.org.uk<mailto:fuzzy...@voidspace.org.uk>> wrote:
Do I spot the signal module appearing here?

:-)

Michael


On 26/03/2010 15:52, merl...@microsoft.com<mailto:merl...@microsoft.com> wrote:
This is an automated email letting you know that sources
have recently been pushed out.  You can download these newer
sources directly from 
http://ironpython.codeplex.com/SourceControl/changeset/view/65018.

ADDED SOURCES
       $/IronPython/IronPython_Main/Src/IronPython.Modules/NativeSignal.cs
       $/IronPython/IronPython_Main/Src/IronPython.Modules/signal.cs
       
$/IronPython/IronPython_Main/Src/Tests/modules/system_related/signal_test.py

MODIFIED SOURCES
       $/IronPython/IronPython_Main/Src/IronPython.Modules/NativeSignal.cs
       $/IronPython/IronPython_Main/Src/IronPython.Modules/signal.cs
       $/IronPython/IronPython_Main/Src/IronPython.Modules/nt.cs
       
$/IronPython/IronPython_Main/Src/IronPython.Modules/IronPython.Modules.csproj
       
$/IronPython/IronPython_Main/Src/Tests/modules/system_related/signal_test.py
       $/IronPython/IronPython_Main/Src/IronPython/Modules/sys.cs
       $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonContext.cs
       $/IronPython/IronPython_Main/Src/IronPythonTest/EngineTest.cs
       $/IronPython/IronPython_Main/Src/Tests/Tools/baselines/nt.log
       $/IronPython/IronPython_Main/Src/Tests/Tools/logmodule.py



_______________________________________________
Users mailing list
Users@lists.ironpython.com<mailto:Users@lists.ironpython.com>
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


--
http://www.ironpythoninaction.com/
http://www.voidspace.org.uk/blog

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 ("BOGUS AGREEMENTS") 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.



_______________________________________________
Users mailing list
Users@lists.ironpython.com<mailto:Users@lists.ironpython.com>
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to