Skip to content

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Aug 5, 2025

  • 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
Copy link
Member

encukou commented Aug 15, 2025

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