mirror of
https://github.com/python/cpython.git
synced 2026-02-15 20:01:25 +00:00
* 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.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| test_codecs.py | ||
| test_eval_code_ex.py | ||
| test_getargs.py | ||
| test_misc.py | ||
| test_structmembers.py | ||
| test_unicode.py | ||