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.

Author Arfrever
Recipients Arfrever, giampaolo.rodola
Date 2011-02-27.21:20:21
SpamBayes Score 0.00045086793
Marked as misclassified No
Message-id <1298841621.88.0.37486577556.issue11348@psf.upfronthosting.co.za>
In-reply-to
Content
$ nice -n20 python3.3 -m test.test_os
...
test_set_get_priority (__main__.ProgramPriorityTests) ... FAIL

======================================================================
FAIL: test_set_get_priority (__main__.ProgramPriorityTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python3.3/test/test_os.py", line 1280, in test_set_get_priority
    self.assertEqual(os.getpriority(os.PRIO_PROCESS, os.getpid()), base + 1)
AssertionError: 19 != 20
History
Date User Action Args
2011-02-27 21:20:21Arfreversetrecipients: + Arfrever, giampaolo.rodola
2011-02-27 21:20:21Arfreversetmessageid: <1298841621.88.0.37486577556.issue11348@psf.upfronthosting.co.za>
2011-02-27 21:20:21Arfreverlinkissue11348 messages
2011-02-27 21:20:21Arfrevercreate