]> 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:35:31 +0000 (22:35 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 11 Jul 2001 22:35:31 +0000 (22:35 +0000)
commite38b2f1f00f46e24eaf83182799f4f515ffb410d
tree3318084926879333c95c7a3d032fa5646d4bba55
parent3230d5c96111660f9b8c6f4fc0f86c545dd94df5
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 I'll get to
that later.
Modules/posixmodule.c
acconfig.h
config.h.in
configure
configure.in