Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington 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

…ngs (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]>
@miss-islington
Copy link
Contributor Author

@jdevries3133 and @ambv: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@jdevries3133 and @ambv: Status check is done, and it's a success ✅ .

@ambv ambv requested a review from pablogsal August 6, 2021 13:35
@ambv
Copy link
Contributor

ambv commented Aug 6, 2021

Test-only change affecting macOS only.

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.

6 participants