Skip to main content

C implementation of Python 2 threading syncronization primitives

Project description

# cthreading

cthreading implements Python 2 Lock, RLock, and Condition in C. Like pthreading <https://github.com/oVirt/pthreading>, without the undefined behavior.

## Usage

`python import cthreading cthreading.monkeypatch() `

## Hacking

Installing development packages:

` pip install pytest pip install yappi==0.93 dnf install python-test `

Building and running all the tests:

` make `

Check the Makefile for more info.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

cthreading-0.2.tar.gz (18.2 kB view hashes)

Uploaded Source

cthreading-0.1.tar.gz (17.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page