https://bugzilla.redhat.com/show_bug.cgi?id=1379093
Bug ID: 1379093
Summary: Review Request: python-pickleshare - Tiny
'shelve'-like database with concurrency support
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Spec URL:
https://nonamedotc.fedorapeople.org/pkgreview/python-packages/python-pickleshare/python-pickleshare.spec
SRPM URL:
https://nonamedotc.fedorapeople.org/pkgreview/python-packages/python-pickleshare/python-pickleshare-0.7.3-1.fc24.src.rpm
Description:
PickleShare - a small ‘shelve’ like datastore with concurrency support.
Like shelve, a PickleShareDB object acts like a normal dictionary.
Unlike shelve, many processes can access the database simultaneously.
Changing a value in database is immediately visible to other processes
accessing the same database.
Concurrency is possible because the values are stored in separate files.
Hence the “database” is a directory where all files are governed
by PickleShare.
Fedora Account System Username: nonamedotc
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]