[Patches] [ python-Patches-403743 ] [windows] Correction to bug #131273

noreply@sourceforge.net noreply@sourceforge.net
Mon, 04 Jun 2001 13:45:15 -0700


Patches item #403743, was updated on 2001-02-12 01:03
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=403743&group_id=5470

Category: Windows
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Christophe Gouiran (cgouiran)
Assigned to: Mark Hammond (mhammond)
Summary: [windows] Correction to bug #131273

Initial Comment:
I found a bug in the posixmodule.c file, not killing children processes when exiting python.
Now in the posixmodule i wrote a win32_atexit() function that does the trick.
Then it's registered it in the INITFUNC function with the atexit() function.

Now at exit, any children process are automatically killed.

The patch must be applyed in the module directory, not at the python root one.

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

>Comment By: Martin v. Löwis (loewis)
Date: 2001-06-04 13:45

Message:
Logged In: YES 
user_id=21627

It appears that the patch is a nearly empty file 
containing only garbage. Christophe, you probably should 
try uploading it again.


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

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-02-12 08:07

Message:
Assigned to Mark Hammond since the original bug is already assigned to him.

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

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