make memoryview thread safe in free-threading #127716
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
topic-free-threading
type-feature
A feature request or enhancement
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 #127412 (review).
The text was updated successfully, but these errors were encountered: