mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
comment about how flags could be expanded
This commit is contained in:
parent
ad9c569825
commit
9487c4db82
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ typedef struct {
|
|||
const int upper;
|
||||
const int lower;
|
||||
const int title;
|
||||
/* Note if more flag space is needed, decimal and digit could be unified. */
|
||||
const unsigned char decimal;
|
||||
const unsigned char digit;
|
||||
const unsigned short flags;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue