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 216b8f3 commit a53448cCopy full SHA for a53448c
Doc/library/ctypes.rst
@@ -882,7 +882,7 @@ invalid non-\ ``NULL`` pointers would crash Python)::
882
Thread safety without the GIL
883
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
884
885
-In Python 3.13, the :term:`GIL` may be disabled on :term:`experimental free threaded <free threading>` builds.
+From Python 3.13, the :term:`GIL` can be disabled on :term:`free threaded <free threading>` builds.
886
In ctypes, reads and writes to a single object concurrently is safe, but not across multiple objects:
887
888
.. code-block:: pycon
0 commit comments