-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Incorrect note about _Bool type in the struct module docs #123110
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
Labels
docs
Documentation in the Doc dir
Comments
skirpichev
added a commit
to skirpichev/cpython
that referenced
this issue
Aug 17, 2024
serhiy-storchaka
pushed a commit
that referenced
this issue
Aug 18, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 18, 2024
…ythonGH-123111) (cherry picked from commit b0f462d) Co-authored-by: Sergey B Kirpichev <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 18, 2024
…ythonGH-123111) (cherry picked from commit b0f462d) Co-authored-by: Sergey B Kirpichev <[email protected]>
This was referenced Aug 18, 2024
kumaraditya303
pushed a commit
that referenced
this issue
Aug 19, 2024
kumaraditya303
pushed a commit
that referenced
this issue
Aug 19, 2024
jeremyhylton
pushed a commit
to jeremyhylton/cpython
that referenced
this issue
Aug 19, 2024
blhsing
pushed a commit
to blhsing/cpython
that referenced
this issue
Aug 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Note from table of format characters says: "The '?' conversion code corresponds to the _Bool type defined by C99. If this type is not available, it is simulated using a char. In standard mode, it is always represented by one byte."
Since a9296e7, C99 bool's are required. So, either this could be removed or reduced to the first sentence.
Linked PRs
The text was updated successfully, but these errors were encountered: