mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Issue #8014: Fix incorrect error checks in structmember.c, and re-enable
previously failing test_structmember.py tests.
This commit is contained in:
parent
d59b41641e
commit
252e4003b9
2 changed files with 6 additions and 5 deletions
|
@ -87,8 +87,8 @@ class ReadWriteTests(unittest.TestCase):
|
|||
'T_BOOL',
|
||||
'T_BYTE', 'T_UBYTE',
|
||||
'T_SHORT', 'T_USHORT',
|
||||
'T_INT', #'T_UINT',
|
||||
'T_LONG', #'T_ULONG',
|
||||
'T_INT', 'T_UINT',
|
||||
'T_LONG', 'T_ULONG',
|
||||
'T_PYSSIZET'
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue