]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-85100: Migrate BPO link to the GitHub link for malloc warnings (gh-101343)
authorDong-hee Na <donghee.na@python.org>
Thu, 26 Jan 2023 12:58:35 +0000 (21:58 +0900)
committerGitHub <noreply@github.com>
Thu, 26 Jan 2023 12:58:35 +0000 (21:58 +0900)
Lib/test/support/__init__.py

index e4e4de896dfff8bb2e3fcff7728a5e0669f878c5..4a22ccdd4db4030c4acc6b30f56f123805cbb8ed 100644 (file)
@@ -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, '-'))