Skip to content

mureinik/cthreading

 
 

Repository files navigation

cthreading

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

Usage

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.

About

C Implementation of Python 2 threading module

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 49.9%
  • C 49.1%
  • Makefile 1.0%