mirror of
https://github.com/python/cpython.git
synced 2025-10-16 03:40:58 +00:00
Fix sys.flags sequence behavior and add a test case.
This commit is contained in:
parent
9a5df4d3b7
commit
c5e88d5f47
2 changed files with 4 additions and 3 deletions
|
@ -1150,9 +1150,9 @@ static PyStructSequence_Desc flags_desc = {
|
|||
flags__doc__, /* doc */
|
||||
flags_fields, /* fields */
|
||||
#ifdef RISCOS
|
||||
11
|
||||
12
|
||||
#else
|
||||
10
|
||||
11
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue