mirror of https://github.com/python/cpython
comment about how flags could be expanded
This commit is contained in:
parent
ad9c569825
commit
9487c4db82
|
@ -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…
Reference in New Issue