diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2024-02-04 15:32:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-04 15:32:25 (GMT) |
commit | 3ddc5152550ea62280124c37d0b4339030ff7df4 (patch) | |
tree | 234c903580e7b9d97240b288dc4a48ff671e29fe /Lib/test/test_unicode_file_functions.py | |
parent | 0ea366240b75380ed7568acbe95d72e481a734f7 (diff) | |
download | cpython-3ddc5152550ea62280124c37d0b4339030ff7df4.zip cpython-3ddc5152550ea62280124c37d0b4339030ff7df4.tar.gz cpython-3ddc5152550ea62280124c37d0b4339030ff7df4.tar.bz2 |
gh-114388: Fix warnings when assign an unsigned integer member (GH-114391)
* Fix a RuntimeWarning emitted when assign an integer-like value that
is not an instance of int to an attribute that corresponds to a C
struct member of type T_UINT and T_ULONG.
* Fix a double RuntimeWarning emitted when assign a negative integer value
to an attribute that corresponds to a C struct member of type T_UINT.
Diffstat (limited to 'Lib/test/test_unicode_file_functions.py')
0 files changed, 0 insertions, 0 deletions