diff options
author | Sam Gross <colesbury@gmail.com> | 2023-09-27 15:24:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-27 15:24:12 (GMT) |
commit | 773614e03aef29c744d0300bd62fc8254e3c06b6 (patch) | |
tree | 07b48508c7257bcb21aef2e29a66822c0cea8789 /Doc | |
parent | b35f0843fc15486b17bc945dde08b306b8e4e81f (diff) | |
download | cpython-773614e03aef29c744d0300bd62fc8254e3c06b6.zip cpython-773614e03aef29c744d0300bd62fc8254e3c06b6.tar.gz cpython-773614e03aef29c744d0300bd62fc8254e3c06b6.tar.bz2 |
gh-109740: Use 't' in `--disable-gil` SOABI (#109922)
Shared libraries for CPython 3.13 are now marked with a 't' for
threading. For example, `binascii.cpython-313t-darwin.so`.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/sys.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index ef818a7..f9f5563 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -22,6 +22,8 @@ always available. .. versionadded:: 3.2 + .. availability:: Unix. + .. function:: addaudithook(hook) |