fix race condition for bug 121819 by using os.fstat(myfd).st_nlink instead of os...
authorZac Medico <zmedico@gentoo.org>
Tue, 14 Feb 2006 22:38:27 +0000 (22:38 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 14 Feb 2006 22:38:27 +0000 (22:38 -0000)
commit0366fcd8bc46a9560f76ca467a1f9edddf0696d3
tree6b6d30070ef96dd49103848bd9ee86abdae3b247
parentebb6c65f272efbd56f5fe79a1e1fae8d8bcf2974
fix race condition for bug 121819 by using os.fstat(myfd).st_nlink instead of os.path.exists

svn path=/main/trunk/; revision=2712
pym/portage_locks.py