This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: os.nice() return 0 under Linux
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: twouters Nosy List: twouters
Priority: normal Keywords:

Created on 2001-07-10 09:21 by anonymous, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Messages (3)
msg5321 - (view) Author: Nobody/Anonymous (nobody) Date: 2001-07-10 09:21
os.nice() return 0 under Linux
while docs say it should return 
''niceness'' value
msg5322 - (view) Author: Thomas Wouters (twouters) * (Python committer) Date: 2001-07-10 09:36
Logged In: YES 
user_id=34209

Submitted a fix, SF patch #439995.
msg5323 - (view) Author: Thomas Wouters (twouters) * (Python committer) Date: 2001-07-11 15:07
Logged In: YES 
user_id=34209

Fixed in 2.2 and 2.1.1. configure.in revisions 1.226
1.215.2.3, configure 1.218 and 1.207.2.3, config.h.in 2.99
and 2.91.2.3, posixmodule.c 2.191 and 2.187.2.2. 

History
Date User Action Args
2022-04-10 16:04:11adminsetgithub: 34716
2001-07-10 09:21:45anonymouscreate