]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137058: Update C23 standard version check in `pyport.h` (#137127)
authorAbdul <abdulrasheedibrahim47@gmail.com>
Sun, 27 Jul 2025 07:47:21 +0000 (08:47 +0100)
committerGitHub <noreply@github.com>
Sun, 27 Jul 2025 07:47:21 +0000 (09:47 +0200)
commitcfd6da849a3c40904cddd23ae1700605877673fb
tree4b1aaf7baf11cac910fd26180e22984e3d474075
parent9cbf46d9920c269fe736ed689236d00223545f73
gh-137058: Update C23 standard version check in `pyport.h` (#137127)

Use `__STDC_VERSION__ >= 202311L` instead of `__STDC_VERSION__ > 201710L`.
Include/pyport.h