You need to sign in or sign up before continuing.
Commits on Source 4
-
knownexus authored
Removed `resource.getrlimit()` functionality from app.py Added `resource.getrlimit()` functionality to linux.py Added `resource.getrlimit()` functionality to unix.py
-
knownexus authored
This needed to be implemented as Windows WSL Does not currently support FUSE
-
knownexus authored
Adding functionality to recognise Darwin as a platform in plaform.py
-
knownexus authored
Removed `os.sched_getaffinity(0)` from _project.py Added `os.sched_getaffinity(0)` to platform.py Added `os.cpu_count()` to darwin.py