Skip to content

Commit f2ac951

Browse files
authored
gh-85100: Migrate BPO link to the GitHub link for malloc warnings (gh-101343)
1 parent dfad678 commit f2ac951

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/test/support/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,8 @@ def darwin_malloc_err_warning(test_name):
582582
msg = ' NOTICE '
583583
detail = (f'{test_name} may generate "malloc can\'t allocate region"\n'
584584
'warnings on macOS systems. This behavior is known. Do not\n'
585-
'report a bug unless tests are also failing. See bpo-40928.')
585+
'report a bug unless tests are also failing.\n'
586+
'See https://github.com/python/cpython/issues/85100')
586587

587588
padding, _ = shutil.get_terminal_size()
588589
print(msg.center(padding, '-'))

0 commit comments

Comments
 (0)