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.

作者 pitrou
收信人 christian.heimes, georg.brandl, giampaolo.rodola, loewis, pitrou, rosslagerwall
日期 2011-02-26.00:11:07
SpamBayes Score 0.009499465
Marked as misclassified
Message-id <1298679070.13.0.199705269956.issue10784@psf.upfronthosting.co.za>
In-reply-to
内容
======================================================================
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'
历史
日期 用户 动作 参数
2011-02-26 00:11:10pitrou修改recipients: + pitrou, loewis, georg.brandl, giampaolo.rodola, christian.heimes, rosslagerwall
2011-02-26 00:11:10pitrou修改messageid: <1298679070.13.0.199705269956.issue10784@psf.upfronthosting.co.za>
2011-02-26 00:11:08pitrou链接issue10784 messages
2011-02-26 00:11:07pitrou创建