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 vstinner
Recipients vstinner
Date 2020-04-01.22:41:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585780863.79.0.888719008161.issue40144@roundup.psfhosted.org>
In-reply-to
Content
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).
History
Date User Action Args
2020-04-01 22:41:03vstinnersetrecipients: + vstinner
2020-04-01 22:41:03vstinnersetmessageid: <1585780863.79.0.888719008161.issue40144@roundup.psfhosted.org>
2020-04-01 22:41:03vstinnerlinkissue40144 messages
2020-04-01 22:41:03vstinnercreate