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

noreply@sourceforge.net noreply@sourceforge.net
Tue, 24 Jul 2001 01:20:04 -0700


Patches item #403743, was opened at 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: Closed
Resolution: Invalid
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: Christophe Gouiran (cgouiran)
Date: 2001-07-24 01:20

Message:
Logged In: YES 
user_id=45945

Hi, unfortunately i had a crashdisk few days ago.
I can't no more put a hand on this patch, sorry.

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

Comment By: Martin v. Löwis (loewis)
Date: 2001-07-24 00:04

Message:
Logged In: YES 
user_id=21627

Since there has been no update to the patch for quite some 
time, I close it as "Invalid". If you still have the code 
and would like to contribute it, please submit a new patch.


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

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