python-fibers icon indicating copy to clipboard operation
python-fibers copied to clipboard

Lightweight cooperative microthreads for Python

Results 3 python-fibers issues
Sort by recently updated
recently updated
newest added

There are small typos in: - README.rst - docs/why.rst - src/switch_arm_gcc.h - src/switch_ppc64_gcc.h - tests/test_fibers.py Fixes: - Should read `purpose` rather than `purporse`. - Should read `popping` rather than `poping`....

@saghul, I'm looking into the 3.11, 3.12 support and it's becoming obvious that the cpython engine changes every few releases in a way that breaks fibers.c/h (3.7 needed changes, 3.11...

updating scripts for 3.9-3.12