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:29:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585780194.51.0.469585902062.issue40144@roundup.psfhosted.org>
In-reply-to
Content
Failure seen on the macOS job on a PR:

https://github.com/python/cpython/pull/19252/checks?check_run_id=552502971
of https://github.com/python/cpython/pull/19252/files

Reformatted error:

AssertionError: Regex didn't match:

"Fatal Python error: _enter_buffered_busy: could not acquire lock for <(_io\\.)?BufferedWriter name='<stderr>'> at interpreter shutdown, possibly due to daemon threads"

not found in

'Traceback (most recent call last):
  File "<string>", line 15, in <module>
  File "/Users/runner/runners/2.165.2/work/cpython/cpython/Lib/test/support/__init__.py", line 2913, in __enter__
    self.old_value = resource.getrlimit(resource.RLIMIT_CORE)
AttributeError: module \'resource\' has no attribute \'RLIMIT_CORE\'
'

It seems like resource.RLIMIT_CORE is not available on this macOS machine.
History
Date User Action Args
2020-04-01 22:29:54vstinnersetrecipients: + vstinner
2020-04-01 22:29:54vstinnersetmessageid: <1585780194.51.0.469585902062.issue40144@roundup.psfhosted.org>
2020-04-01 22:29:54vstinnerlinkissue40144 messages
2020-04-01 22:29:54vstinnercreate