Skip to content

Commit 7481d53

Browse files
committed
docs: clarify thread safety support for free-threaded CPython build
1 parent 77737be commit 7481d53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ use is supported as well.
77

88
Do not mutate caller-owned input containers or shared callback state while an
99
``encode()`` or ``decode()`` call is in progress. This applies equally to the
10-
free-threaded CPython build, which is tested experimentally but does not change
11-
these mutation guarantees.
10+
free-threaded CPython build, which is supported and covered by the thread-safety
11+
test suite without changing these mutation guarantees.
1212

1313
Decoding
1414
~~~~~~~~

0 commit comments

Comments
 (0)