Vajrasky Kok added the comment:

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.

----------
nosy: +vajrasky

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19353>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to