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.
1 parent 553aa7c commit 39d2ba4Copy full SHA for 39d2ba4
1 file changed
Python/cpuinfo.c
@@ -324,7 +324,6 @@ static inline void
324
cpuid_features_finalize(py_cpuid_features *flags)
325
{
326
assert(flags->ready == 0);
327
- assert(flags->maxleaf >= 0);
328
329
// Here, any flag that may depend on others should be correctly set
330
// at runtime to avoid illegal instruction errors.
0 commit comments