Skip to content

Commit e6d4583

Browse files
committed
amend docs for _Py_cpuid_disable_features
1 parent ee2a83c commit e6d4583

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Include/internal/pycore_cpuinfo.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ typedef struct _Py_cpuid_features_s {
119119
} _Py_cpuid_features;
120120

121121
/*
122-
* Explicitly initialize all members to zero to guarantee that
123-
* we never have an un-initialized attribute at runtime which
124-
* could lead to an illegal instruction error.
122+
* Explicitly set all members to zero to guarantee that
123+
* we never have a non-initialized attribute at runtime
124+
* which could lead to an illegal instruction error.
125125
*
126-
* This does not mark 'flags' as being ready yet.
126+
* This readiness state of 'flags' is ignored and left untouched.
127127
*
128128
* Note: This function does not set any exception and thus never fails.
129129
*/

0 commit comments

Comments
 (0)