Overview of billiard
mainbilliard is a standalone fork of the Python multiprocessing package. It is designed to provide fixes, improvements, and patches drawn from python-trunk, as well as specific enhancements used by the Celery project.
Key features and origins include:
- A fork of the Python 2.7
multiprocessingpackage. - Includes the
no-execvpatch. - Includes
Poolimprovements originally located inCelery. - It is a dependency for
Celeryand is maintained by the Celery team.