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.

作者 vajrasky
收信人 christian.heimes, mcepl, skrah, vajrasky
日期 2013-10-23.02:30:28
SpamBayes Score -1.0
Marked as misclassified
Message-id <1382495429.22.0.833384265993.issue19353@psf.upfronthosting.co.za>
In-reply-to
内容
Do we really need to test these constants in unit test?

Other constants such as RLIMIT_STACK, RLIMIT_DATA, etc are not being tested. Other consideration includes people built custom kernel without these constants, or maybe they have outdated glibc.

Additionally, it is very uncommon to use os.uname in unittest. Other than this test, it is only Lib/test/test_locale.py that uses os.uname.
历史
日期 用户 动作 参数
2013-10-23 02:30:29vajrasky修改recipients: + vajrasky, christian.heimes, mcepl, skrah
2013-10-23 02:30:29vajrasky修改messageid: <1382495429.22.0.833384265993.issue19353@psf.upfronthosting.co.za>
2013-10-23 02:30:29vajrasky链接issue19353 messages
2013-10-23 02:30:28vajrasky创建