[issue6882] uuid creates zombies

2009-09-11 Thread Dirk Haage

New submission from Dirk Haage :

a simple import uuid will always result in a zombie sh process:

$ python3
Python 3.1.1 (r311:74480, Aug 19 2009, 16:23:08) 
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import uuid
>>> 

13528 pts/5Ss 0:01  \_ bash
18349 pts/5S+ 0:00  |   \_ python3
18352 pts/5Z+ 0:00  |   \_ [sh] 

confirmed on ubuntu and gentoo with various python3.0 - 3.1.1 builds

--
messages: 92507
nosy: dhg
severity: normal
status: open
title: uuid creates zombies
versions: Python 3.0, Python 3.1

___
Python tracker 
<http://bugs.python.org/issue6882>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6882] uuid creates zombies

2009-09-11 Thread Dirk Haage

Dirk Haage  added the comment:

this patch solves it for me.

--

___
Python tracker 
<http://bugs.python.org/issue6882>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com