Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 709676 - dev-python/atomiclong - An AtomicLong type using CFFI
Summary: dev-python/atomiclong - An AtomicLong type using CFFI
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: https://pypi.org/project/atomiclong/
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 709678
  Show dependency tree
 
Reported: 2020-02-15 02:16 UTC by Alessandro Barbieri
Modified: 2020-04-24 06:15 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 Alessandro Barbieri 2020-02-15 02:16:47 UTC
LICENSE: MIT

An AtomicLong type using CFFI.

Project description
Sometimes you need to increment some numbers … atomically … in python.

AtomicLong was born out of the need for fast thread-safe counters in python.

It uses CFFI to bind GCC’s Atomic Builtins.

Its value is a C long which can be incremented, decremented, and set atomically. It is inspired by Java’s java.util.concurrent.atomic.AtomicLong.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-04-24 06:15:15 UTC
Mass-closing bugs for removed packages.