STINNER Victor <vstin...@python.org> added the comment:

Other errors on the same build:

13 tests failed:
    test_capi test_cmd_line test_exceptions test_faulthandler test_gc
    test_io test_repl test_resource test_selectors test_subprocess
    test_sys test_tempfile test_tracemalloc

test_subprocess: AttributeError: module 'resource' has no attribute 
'RLIMIT_NOFILE'

test_selectors.test_above_fd_setsize(): AttributeError: module 'resource' has 
no attribute 'RLIMIT_NOFILE'

test_resource.test_getrusage(): AttributeError: module 'resource' has no 
attribute 'RUSAGE_SELF'

Many tests failed because of SuppressCrashReport issue (missing 
resource.RLIMIT_CORE).

----------

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

Reply via email to