Skip to content

ENH: stats.mvndst: make thread-safe #8367

@djsutherland

Description

@djsutherland

Low-priority, but it would be nice if mvndst.f were modified to be thread-safe (so that mvn.pyf could release the GIL). I don't really know fortran, but at a glance this looks like a non-zero but not-ridiculous amount of work: there's a bit of cached data in COMMON and SAVE variables, but nothing that fundamentally needs to be single-threaded.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementA new feature or improvementfree-threadingItems related to supporting free-threaded (a.k.a. "no-GIL") builds of CPythonscipy.stats

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions