python-fibers
python-fibers copied to clipboard
Lightweight cooperative microthreads for Python
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