Description
When initializing the CPUID() object from the cpuid.py on Fedora 43, the following error is thrown:
OSError: Failed to set RWX
Steps to Reproduce
from cpuid.cpuid import CPUID
cpu = CPUID() # Error occurs here
Expected Behavior
The CPUID object should initialize without raising an exception.
Description
When initializing the
CPUID()object from thecpuid.pyon Fedora 43, the following error is thrown:OSError: Failed to set RWXSteps to Reproduce
Expected Behavior
The
CPUIDobject should initialize without raising an exception.