We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77737be commit 7481d53Copy full SHA for 7481d53
1 file changed
docs/README.rst
@@ -7,8 +7,8 @@ use is supported as well.
7
8
Do not mutate caller-owned input containers or shared callback state while an
9
``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.
+free-threaded CPython build, which is supported and covered by the thread-safety
+test suite without changing these mutation guarantees.
12
13
Decoding
14
~~~~~~~~
0 commit comments