summaryrefslogtreecommitdiffstats
path: root/pym/portage/util/_ctypes.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert "_ctypes: don't cache library, bug #448858"v2.2.0_alpha150Zac Medico2013-01-101-4/+6
| | | | | | | | This reverts commit 9e37cca4f54260bd8c45a3041fcee00938c71649. As noted in bug #448858, comment #14, dlclose is not called automatically, so we may as well cache our library handles. In order to protect ourselves, we use a fork since commit 7ebb2f54877edb28621c33e380f8777b1b1dc201.
* _ctypes: don't cache library, bug #448858Zac Medico2012-12-281-6/+4
|
* Add portage.util._ctypes module, for bug #439584.Zac Medico2012-10-251-0/+47