python3-prctl

Python interface to the prctl() syscall (Python 3)
  https://github.com/seveas/python-prctl
  0
  no reviews



The Linux prctl() function allows you to control specific characteristics of a process' behaviour. Usage of the function is fairly messy though, due to limitations in C and Linux. This module provides a nice non-messy Python(ic) interface.

This package installs the library for Python 3.