For POSIX systems, it uses sysconf. For Windows, it uses the win32 API
directly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Branch
- stable
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
Comment Actions
This currently triggers a warning about using ui in util, so consider this a RFC for dealing with that.
Can we move this try-expect in a if not windows: and also some comments on errors caught as why they are caught?