cpython/Lib/test/support
Jack DeVries 15d3c14df3
bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-26783)
* When trying to allocate very large regions on macOS, malloc does not   fail silently. It sends a noisy error out to STDERR
* This provides a helper function to warn the user, and provides the warning for test_decimal, which consistently generates these warnings on macOS.

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2021-08-06 14:50:56 +02:00
..
__init__.py bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-26783) 2021-08-06 14:50:56 +02:00
bytecode_helper.py
hashlib_helper.py
import_helper.py
interpreters.py
logging_helper.py
os_helper.py
script_helper.py
socket_helper.py bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) 2021-07-27 00:11:55 +02:00
testresult.py
threading_helper.py
warnings_helper.py