MergeProcess: add fallback setcpv call
authorZac Medico <zmedico@gentoo.org>
Sun, 27 Mar 2011 06:09:27 +0000 (23:09 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 27 Mar 2011 06:09:27 +0000 (23:09 -0700)
commitcdf04882ce380579814b9cfe63ee593dbfba5ef9
treea95aac78d8903d9533b549f8e3fc575be4073d36
parentdfc5e174bdbcb21a16c5d5bb464ea4fc43b456a5
MergeProcess: add fallback setcpv call

It's important that this metadata access happens in the parent process,
since closing of file descriptors in the subprocess can prevent access
to open database connections such as that used by the sqlite metadata
cache module.
pym/portage/dbapi/_MergeProcess.py