Skip to content

Commit

Permalink
pythongh-85100: Migrate BPO link to the GitHub link for malloc warnin…
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 authored Jan 26, 2023
1 parent dfad678 commit f2ac951
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Lib/test/support/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, '-'))
Expand Down

0 comments on commit f2ac951

Please sign in to comment.