Free-Threading Trove Classifier?

In my view, it’s entirely likely that even in the longer term, “safe for use in a free-threading mode as long as you read, understand, and follow the guidelines given in the documentation” will remain the norm. After all, locking has an overhead, and high performance libraries could quite reasonably decide to offer the user a choice between slower, thread-safe APIs and faster, single-threaded APIs.

3 Likes