Eran Zimmerman-Gonen
Eran Zimmerman-Gonen
I believe the reg paths in `runkeys_hklm` in `audit.py` are wrong.. According to the docs, they should be `RunServices` and `RunServicesOnce`, not `RunService` and `RunOnceService`. There are also some more...
I get this exception when I run wpc.. After checking it a little bit I found out 2 things: 1. A process returned None on p.get_exe() 2. bmoar's fork fixes...
`HT_SHRINK_THRESHOLD` is defined as `(1/4)`, which is 0 (because of int division). This means that `_ht_should_shrink` will return true if and only if the size (`table->size`) is 0. This doesn't...