-
-
Notifications
You must be signed in to change notification settings - Fork 31k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Skip Issue] Fix the error handling in bytesio_sizeof() #10459
Conversation
bytesio_sizeof() must check if an error has occurred in _PySys_GetSizeOf().
The check was omitted because I thought that |
|
Thanks @ZackerySpytz for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
bytesio_sizeof() must check if an error has occurred in _PySys_GetSizeOf(). (cherry picked from commit 36dcaab) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
GH-13733 is a backport of this pull request to the 3.7 branch. |
bytesio_sizeof() must check if an error has occurred in _PySys_GetSizeOf(). (cherry picked from commit 36dcaab) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
bytesio_sizeof() must check if an error has occurred in _PySys_GetSizeOf().
bytesio_sizeof() must check if an error has occurred in _PySys_GetSizeOf().