We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_Py_cpuid_disable_features
1 parent ee2a83c commit e6d4583Copy full SHA for e6d4583
1 file changed
Include/internal/pycore_cpuinfo.h
@@ -119,11 +119,11 @@ typedef struct _Py_cpuid_features_s {
119
} _Py_cpuid_features;
120
121
/*
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.
+ * Explicitly set all members to zero to guarantee that
+ * we never have a non-initialized attribute at runtime
+ * which could lead to an illegal instruction error.
125
*
126
- * This does not mark 'flags' as being ready yet.
+ * This readiness state of 'flags' is ignored and left untouched.
127
128
* Note: This function does not set any exception and thus never fails.
129
*/
0 commit comments