mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
remove support for BSD/OS (closes bpo-31624) (#3812)
This commit is contained in:
parent
a106aec2ed
commit
288d1daada
10 changed files with 11 additions and 69 deletions
|
@ -3967,7 +3967,7 @@ os_nice_impl(PyObject *module, int increment)
|
|||
|
||||
/* There are two flavours of 'nice': one that returns the new
|
||||
priority (as required by almost all standards out there) and the
|
||||
Linux/FreeBSD/BSDI one, which returns '0' on success and advices
|
||||
Linux/FreeBSD one, which returns '0' on success and advices
|
||||
the use of getpriority() to get the new priority.
|
||||
|
||||
If we are of the nice family that returns the new priority, we
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue