Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfad678 commit f2ac951Copy full SHA for f2ac951
1 file changed
Lib/test/support/__init__.py
@@ -582,7 +582,8 @@ def darwin_malloc_err_warning(test_name):
582
msg = ' NOTICE '
583
detail = (f'{test_name} may generate "malloc can\'t allocate region"\n'
584
'warnings on macOS systems. This behavior is known. Do not\n'
585
- 'report a bug unless tests are also failing. See bpo-40928.')
+ 'report a bug unless tests are also failing.\n'
586
+ 'See https://github.com/python/cpython/issues/85100')
587
588
padding, _ = shutil.get_terminal_size()
589
print(msg.center(padding, '-'))
0 commit comments