Skip to content

[3.14] gh-137058: Sync _Py_NULL macro with the main branch#137409

Merged
vstinner merged 1 commit into
python:3.14from
vstinner:py_null14
Oct 7, 2025
Merged

[3.14] gh-137058: Sync _Py_NULL macro with the main branch#137409
vstinner merged 1 commit into
python:3.14from
vstinner:py_null14

Conversation

@vstinner

@vstinner vstinner commented Aug 5, 2025

Copy link
Copy Markdown
Member
  • use __STDC_VERSION__ >= 202311L instead of __STDC_VERSION__ > 201710L.
  • Check for _MSC_VER.

* use __STDC_VERSION__ >= 202311L instead of
  __STDC_VERSION__ > 201710L.
* Check for _MSC_VER.
@encukou

encukou commented Aug 15, 2025

Copy link
Copy Markdown
Member

Copying Victor's comment:

IMO it's worth it to backport the change, but it can wait for Python 3.14.1.

@vstinner vstinner merged commit 6ed9be1 into python:3.14 Oct 7, 2025
45 checks passed
@vstinner vstinner deleted the py_null14 branch October 7, 2025 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants