Skip to content

Release a version of CPython’s threading_helper on pypi #223

@ngoldbaum

Description

@ngoldbaum

CPython has a threading_helper that’s part of the internal test module they use for testing CPython itself.

It has a lot of useful helpers for writing multithreaded tests. If we release a version on PyPI that people can add as a test dependency then projects across the ecosystem can make use of it as well.

Technically projects can use it already becsause test is part of CPython but it is not necessarily shipped with the interpreter in all installs and is also not public API.

It would need to keep the PSF license and optimally the original git history as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions