Dave McCormack
Results
1
issues of
Dave McCormack
The etw.py file uses the now deprecated method name `threading.Event.isSet`, causing warnings in many contexts and environments. This PR updates to the correct method name `threading.Event.is_set`.