This repository was archived by the owner on Feb 13, 2025. It is now read-only.
forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit 36dcaab
Fix the error handling in bytesio_sizeof(). (pythonGH-10459)
bytesio_sizeof() must check if an error has occurred in _PySys_GetSizeOf().1 parent bdbad71 commit 36dcaab
1 file changed
+7
-2
lines changedLines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
943 | 943 |
| |
944 | 944 |
| |
945 | 945 |
| |
946 | - | ||
947 | - | ||
946 | + | ||
947 | + | ||
948 | + | ||
949 | + | ||
950 | + | ||
951 | + | ||
952 | + | ||
948 | 953 |
| |
949 | 954 |
| |
950 | 955 |
| |
|
0 commit comments