Marcin Bachry <hegel...@gmail.com> added the comment:

Actually it's a bug in ctypes.util.find_library() which is called from
uuid.py. The function doesn't close() popen object leaving forked
process in zombie state. I attach the fix.

----------
keywords: +patch
nosy: +marcin.bachry
Added file: http://bugs.python.org/file14879/find_library_popen.diff

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

Reply via email to