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

SourceForge.net noreply@sourceforge.net
Sun, 06 Jul 2003 17:47:41 -0700


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

Category: Core (C code)
>Group: Python 2.3
>Status: Closed
>Resolution: Accepted
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: Kurt B. Kaiser (kbk)
Date: 2003-07-06 19:47

Message:
Logged In: YES 
user_id=149084

This has found a home at
thread.interrupt_main()

Brett Cannon updated NEWS

Lib documentation in Patch 766889

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

Comment By: Neal Norwitz (nnorwitz)
Date: 2003-06-13 07: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 00: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