Skip to content

Conversation

@ambv
Copy link
Contributor

@ambv ambv commented Aug 6, 2021

  • 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 [email protected].
(cherry picked from commit 15d3c14)

Co-authored-by: Jack DeVries [email protected]

https://bugs.python.org/issue40928

… warnings (pythonGH-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 <[email protected]>.
(cherry picked from commit 15d3c14)

Co-authored-by: Jack DeVries <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants