Use ctypes in subprocess for bug #448858.
authorZac Medico <zmedico@gentoo.org>
Sun, 30 Dec 2012 09:33:10 +0000 (01:33 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 30 Dec 2012 09:33:10 +0000 (01:33 -0800)
commit7ebb2f54877edb28621c33e380f8777b1b1dc201
tree194c0a465f502258b82f43797db7f4c4b679408b
parent84139803585a9a415c6f94c765dadcdeb7592915
Use ctypes in subprocess for bug #448858.

Isolate ctypes usage in a subprocess, in order to avoid potential
problems with stale cached libraries as described in bug #448858,
comment #14 (also see http://bugs.python.org/issue14597).
pym/portage/dbapi/_SyncfsProcess.py [new file with mode: 0644]
pym/portage/dbapi/vartree.py