Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[3.11] gh-90814: Correct NEWS wording re. optional C11 features (GH-96309) #96384

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 29, 2022

Conversation

encukou
Copy link
Member

@encukou encukou commented Aug 29, 2022

The previous wording of this entry suggests that CPython
won't work if optional compiler features are enabled.
That's not the case. The change is that we require C11 rather
than C89.

Note that PEP 7 does say "Python 3.11 and newer versions use C11
without optional features." It is correct there: that's
not a guide for users who compile Python, but for CPython devs
who must avoid the features.

…nGH-96309)

The previous wording of this entry suggests that CPython
won't work if optional compiler features are enabled.
That's not the case. The change is that we require C11 rather
than C89.

Note that PEP 7 does say "Python 3.11 and newer versions use C11
without optional features." It is correct there: that's
not a guide for users who compile Python, but for CPython devs
who must avoid the features.
@encukou encukou added docs Documentation in the Doc dir skip news labels Aug 29, 2022
@encukou encukou added the 3.11 only security fixes label Aug 29, 2022
@encukou encukou merged commit 626e455 into python:3.11 Aug 29, 2022
@encukou encukou deleted the 3.11-c11-correction branch August 29, 2022 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.11 only security fixes docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants