]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108223: Add --disable-gil to configure (gh-108227)
authorSam Gross <colesbury@gmail.com>
Mon, 21 Aug 2023 17:50:35 +0000 (13:50 -0400)
committerGitHub <noreply@github.com>
Mon, 21 Aug 2023 17:50:35 +0000 (17:50 +0000)
commitb16ecb88e70d696a93ce993661973330baeafee1
tree50a6771f0db3d522314a47d3de3136b9f84a2dc1
parent21c0844742cf15db8e56e8848ecbb2e25f314aed
gh-108223: Add --disable-gil to configure (gh-108227)

The `--disable-gil` flags does not do anything yet other than define the
Py_NOGIL macro. This is intended to support setting up additional
buildbots.
configure
configure.ac
pyconfig.h.in