projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7a7a30
)
locks.py: fix _close_fds docstring
v2.2.0_alpha96
author
Zac Medico
<zmedico@gentoo.org>
Wed, 28 Mar 2012 00:35:59 +0000
(17:35 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 28 Mar 2012 00:35:59 +0000
(17:35 -0700)
pym/portage/locks.py
patch
|
blob
|
history
diff --git
a/pym/portage/locks.py
b/pym/portage/locks.py
index 87fbe0726ab4cf4802112ce27842751361938500..59fbc6ec09b3288b4781c38478b6caafc224ba41 100644
(file)
--- a/
pym/portage/locks.py
+++ b/
pym/portage/locks.py
@@
-45,7
+45,6
@@
def _close_fds():
descriptors for locks held by the parent process. This can be called
safely after a fork without exec, unlike the _setup_pipes close_fds
behavior.
- .
"""
while _open_fds:
os.close(_open_fds.pop())