Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 685236 - sys-apps/portage: add reentrant lock method to bindbapi class (similar to vardbapi) for use by tools like eclean-pkg
Summary: sys-apps/portage: add reentrant lock method to bindbapi class (similar to var...
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-05-06 22:00 UTC by Zac Medico
Modified: 2024-01-05 10:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zac Medico gentoo-dev 2019-05-06 22:00:38 UTC
For tools that need to perform multiple operations on a binary package repository (like eclean-pkg does), it would be nice if they could acquire a reentrant lock on the repository, similar the existing reentrant lock/unlock methods provided by the vardbapi class.