[Patches] [ python-Patches-753733 ] sys.interrupt_main()

SourceForge.net noreply@sourceforge.net
Fri, 13 Jun 2003 05:03:21 -0700


Patches item #753733, was opened at 2003-06-13 00:56
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=753733&group_id=5470

Category: Core (C code)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Kurt B. Kaiser (kbk)
>Assigned to: Kurt B. Kaiser (kbk)
Summary: sys.interrupt_main()

Initial Comment:
Patch implements this function.

Needed for interrupting IDLE subprocess
when running on win32.

Better here than in a separate module.

----------------------------------------------------------------------

>Comment By: Neal Norwitz (nnorwitz)
Date: 2003-06-13 08:03

Message:
Logged In: YES 
user_id=33168

One thing that should be changed is METH_VARARGS should be
METH_NOARGS (this problem was in the original code).  The
sys doc should be updated (Doc/lib/libsys.tex) to mention
interupt*().  Probably a NEWS entry should be made too. 
Otherwise the patch is fine, but I didn't see a resolution
on changing the name to interupt vs interupt_main.

----------------------------------------------------------------------

Comment By: Kurt B. Kaiser (kbk)
Date: 2003-06-13 01:05

Message:
Logged In: YES 
user_id=149084

Urm, check the box!

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=753733&group_id=5470