commit | 53cda5312a36c08cf93a63cc865aa3052cf0fff1 | [log] [tgz] |
---|---|---|
author | Eric Smith <eric@trueblade.com> | Fri Sep 18 13:59:58 2009 +0000 |
committer | Eric Smith <eric@trueblade.com> | Fri Sep 18 13:59:58 2009 +0000 |
tree | 17ea001d3f24509f63c5269dc5bb6ab59fd300b6 | |
parent | 182dffae353ee263d320745e1789a4a780a5fb7d [diff] |
Merged revisions 74907 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r74907 | eric.smith | 2009-09-18 09:23:13 -0400 (Fri, 18 Sep 2009) | 1 line 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. ........