A simple pytest plugin to run tests concurrently
-
Updated
Oct 28, 2025 - Python
A simple pytest plugin to run tests concurrently
Run Python tests in parallel with free threading
Demo code for the PyConJP 2025 talk: "Beyond Multiprocessing: A Real-World ML Workload Speedup with Python 3.13+ Free-Threading"
ThreadFactory is a concurrency framework for Python 3.13+ (No-GIL). It provides custom Work future objects and thread-safe collections, laying the foundation for scalable parallel execution in modern Python.
Oodle is a Python package that makes it easier to manage threads.
Custom-built Python 3.14 free-threading binaries for Android ARM64. Built from official CPython source with --disable-gil flag.
Run synchronous I/O functions and generators asynchronously using background threads
multi-threaded tokenizer benchmark to demonstrate Python 3.14t's free-threading performance improvements
🚀 Enable true multi-threading in Python 3.14 on Android ARM64 with pre-built binaries that disable the Global Interpreter Lock (GIL) for optimal performance.
Add a description, image, and links to the free-threading topic page so that developers can more easily learn about it.
To associate your repository with the free-threading topic, visit your repo's landing page and select "manage topics."