-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
enhancementA new feature or improvementA new feature or improvementfree-threadingItems related to supporting free-threaded (a.k.a. "no-GIL") builds of CPythonItems related to supporting free-threaded (a.k.a. "no-GIL") builds of CPythonscipy.stats
Milestone
Description
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
Labels
enhancementA new feature or improvementA new feature or improvementfree-threadingItems related to supporting free-threaded (a.k.a. "no-GIL") builds of CPythonItems related to supporting free-threaded (a.k.a. "no-GIL") builds of CPythonscipy.stats