From: Dong-hee Na Date: Thu, 26 Jan 2023 12:58:35 +0000 (+0900) Subject: gh-85100: Migrate BPO link to the GitHub link for malloc warnings (gh-101343) X-Git-Tag: v3.12.0a5~91 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f2ac9510a5aa4f71d468f486140eae60f46833ad;p=thirdparty%2FPython%2Fcpython.git gh-85100: Migrate BPO link to the GitHub link for malloc warnings (gh-101343) --- diff --git a/Lib/test/support/__init__.py b/Lib/test/support/__init__.py index e4e4de896dff..4a22ccdd4db4 100644 --- a/Lib/test/support/__init__.py +++ b/Lib/test/support/__init__.py @@ -582,7 +582,8 @@ def darwin_malloc_err_warning(test_name): msg = ' NOTICE ' detail = (f'{test_name} may generate "malloc can\'t allocate region"\n' 'warnings on macOS systems. This behavior is known. Do not\n' - 'report a bug unless tests are also failing. See bpo-40928.') + 'report a bug unless tests are also failing.\n' + 'See https://github.com/python/cpython/issues/85100') padding, _ = shutil.get_terminal_size() print(msg.center(padding, '-'))