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 pitrou
Recipients christian.heimes, georg.brandl, giampaolo.rodola, loewis, pitrou, rosslagerwall
Date 2011-02-26.00:11:07
SpamBayes Score 0.009499465
Marked as misclassified No
Message-id <1298679070.13.0.199705269956.issue10784@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
ERROR: test_set_get_priority (test.test_os.ProgramPriorityTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/test/test_os.py", line 1283, in test_set_get_priority
    os.setpriority(os.PRIO_PROCESS, os.getpid(), base)
OSError: [Errno 13] Permission denied

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/test/test_os.py", line 1285, in test_set_get_priority
    if err.errno != errno.EACCESS:
AttributeError: 'module' object has no attribute 'EACCESS'
History
Date User Action Args
2011-02-26 00:11:10pitrousetrecipients: + pitrou, loewis, georg.brandl, giampaolo.rodola, christian.heimes, rosslagerwall
2011-02-26 00:11:10pitrousetmessageid: <1298679070.13.0.199705269956.issue10784@psf.upfronthosting.co.za>
2011-02-26 00:11:08pitroulinkissue10784 messages
2011-02-26 00:11:07pitroucreate