Skip to content

increase process id range

Jeremy Soller requested to merge pythoneer:master into master

Created by: pythoneer

Problem: The current number of possible process ids is very small and could easily lead to a reuse of those.

Solution: increase the range to usize::max_value() - 1

Changes introduced by this pull request:

CONTEXT_MAX_CONTEXTS

Drawbacks: the number pids is limited to usize maybe use u64 instead?

TODOs: nothing

Fixes: nothing

State: WIP

Blocking/related: nothing

Merge request reports