]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-137058: Sync _Py_NULL macro with the main branch (#137409)
authorVictor Stinner <vstinner@python.org>
Tue, 7 Oct 2025 16:41:45 +0000 (18:41 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 16:41:45 +0000 (18:41 +0200)
commit6ed9be1a553e1b6d63410348549fb033f6220d88
tree6c085a1ed8529ee8267bcb1e397dc27239f7d2a7
parent43198842562e6755ebbec5d3ee3e33aa0e90e9ab
[3.14] gh-137058: Sync _Py_NULL macro with the main branch (#137409)

gh-137058: Sync _Py_NULL macro with the main branch

* use __STDC_VERSION__ >= 202311L instead of
  __STDC_VERSION__ > 201710L.
* Check for _MSC_VER.
Include/pyport.h