`memoryview` is currently not safe against free-threading especially concurrent releasing the memoryviews. This issue track work to make it thread safe. This is a follow-up to https://github.com/python/cpython/pull/127412#pullrequestreview-2472748568.
memoryviewis currently not safe against free-threading especially concurrent releasing the memoryviews. This issue track work to make it thread safe.This is a follow-up to #127412 (review).