diff options
author | Eric Smith <eric@trueblade.com> | 2009-09-18 13:23:13 +0000 |
---|---|---|
committer | Eric Smith <eric@trueblade.com> | 2009-09-18 13:23:13 +0000 |
commit | 89e58ac7634795a31769c0b605180c91371fcc27 (patch) | |
tree | ebaa85220adeedef298ab491d627b10ccd58cf3b /Misc | |
parent | 7e2115d64f284b7d50ab278452ed36c2cc76e7b1 (diff) | |
download | cpython-89e58ac7634795a31769c0b605180c91371fcc27.tar.gz |
Issue #6882: Import uuid creates zombies processes. I used a slightly different patch than the one attached to the issue, to be consistent with the style in the rest of the module.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -72,6 +72,8 @@ C-API Library ------- +- Issue #6882: Import uuid creates zombies processes. + - Issue #6635: Fix profiler printing usage message. - Issue #6856: Add a filter keyword argument to TarFile.add(). |