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 vajrasky
Recipients christian.heimes, mcepl, skrah, vajrasky
Date 2013-10-23.02:30:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382495429.22.0.833384265993.issue19353@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-10-23 02:30:29vajraskysetrecipients: + vajrasky, christian.heimes, mcepl, skrah
2013-10-23 02:30:29vajraskysetmessageid: <1382495429.22.0.833384265993.issue19353@psf.upfronthosting.co.za>
2013-10-23 02:30:29vajraskylinkissue19353 messages
2013-10-23 02:30:28vajraskycreate