From f2ac9510a5aa4f71d468f486140eae60f46833ad Mon Sep 17 00:00:00 2001 From: Dong-hee Na Date: Thu, 26 Jan 2023 21:58:35 +0900 Subject: gh-85100: Migrate BPO link to the GitHub link for malloc warnings (gh-101343) --- Lib/test/support/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Lib/test/support/__init__.py b/Lib/test/support/__init__.py index e4e4de8..4a22ccd 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, '-')) -- cgit v0.12