]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Re-do the broken-nice() patch to break less platforms. Hopefully none :P
authorThomas Wouters <thomas@python.org>
Wed, 11 Jul 2001 22:27:39 +0000 (22:27 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 11 Jul 2001 22:27:39 +0000 (22:27 +0000)
commitcac2498815dc526a5888fa534386c0f778667ad6
treee7308899d8b4893ee7643f5a014cb9d8c6c9c772
parentd11f5f3eb51180c7cf55cb61ef5848fbafa03925
Re-do the broken-nice() patch to break less platforms. Hopefully none :P
Also note that it isn't just Linux nice() that is broken: at least FreeBSD
and BSDI also have this problem. os.nice() should probably just be emulated
using getpriority()/setpriority(), if they are available, but that isn't
worth putting in 2.1.1.
Modules/posixmodule.c
acconfig.h
config.h.in
configure
configure.in