]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109740: Use 't' in `--disable-gil` SOABI (#109922)
authorSam Gross <colesbury@gmail.com>
Wed, 27 Sep 2023 15:24:12 +0000 (11:24 -0400)
committerGitHub <noreply@github.com>
Wed, 27 Sep 2023 15:24:12 +0000 (15:24 +0000)
commit773614e03aef29c744d0300bd62fc8254e3c06b6
tree07b48508c7257bcb21aef2e29a66822c0cea8789
parentb35f0843fc15486b17bc945dde08b306b8e4e81f
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`.
Doc/library/sys.rst
Lib/test/test_sys.py
Misc/NEWS.d/next/Build/2023-09-26-16-00-50.gh-issue-109740.wboWdQ.rst [new file with mode: 0644]
Python/dynload_win.c
configure
configure.ac