summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/_SyncfsProcess.py
Commit message (Collapse)AuthorAgeFilesLines
* Use ctypes in subprocess for bug #448858.Zac Medico2012-12-301-0/+53
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).