[Python-checkins] gh-85100: Migrate BPO link to the GitHub link for malloc warnings (gh-101343)

corona10 webhook-mailer at python.org
Thu Jan 26 07:58:48 EST 2023


https://github.com/python/cpython/commit/f2ac9510a5aa4f71d468f486140eae60f46833ad
commit: f2ac9510a5aa4f71d468f486140eae60f46833ad
branch: main
author: Dong-hee Na <donghee.na at python.org>
committer: corona10 <donghee.na92 at gmail.com>
date: 2023-01-26T21:58:35+09:00
summary:

gh-85100: Migrate BPO link to the GitHub link for malloc warnings (gh-101343)

files:
M Lib/test/support/__init__.py

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, '-'))



More information about the Python-checkins mailing list