mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-85100: Migrate BPO link to the GitHub link for malloc warnings (gh-101343)
This commit is contained in:
parent
dfad678d70
commit
f2ac9510a5
1 changed files with 2 additions and 1 deletions
|
@ -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, '-'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue