gh-137058: use __STDC_VERSION__ >= 202311L instead of __STDC_VERSION__ > 201710L#137127
Conversation
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
@hugovk Your pick on whether you want this to be backported. It's not really an issue but it helps reducing the diff between 3.14 and 3.15. |
|
IMO it's worth it to backport the change, but it can wait for Python 3.14.1. |
|
Thanks @abdoulrasheed for the PR, and @picnixz for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
|
Sorry, @abdoulrasheed and @picnixz, I could not cleanly backport this to |
|
I created #137409 to update |
|
Reminder about backporting. @abdoulrasheed @picnixz |
…hon#137127) Use `__STDC_VERSION__ >= 202311L` instead of `__STDC_VERSION__ > 201710L`.
I created a backport to 3.14. Do you mean that we should backport the change to 3.13 as well? |
|
There was only label for 3.14. |
Updates the preprocessor check in
pyport.hto use C23__STDC_VERSION__value (202311L)Issue: pyport.h: use STDC_VERSION >= 202311L instead of STDC_VERSION > 201710L
pyport.h: use__STDC_VERSION__ >= 202311Linstead of__STDC_VERSION__ > 201710L#137058