We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9c569 commit 9487c4dCopy full SHA for 9487c4d
1 file changed
Objects/unicodectype.c
@@ -34,6 +34,7 @@ typedef struct {
34
const int upper;
35
const int lower;
36
const int title;
37
+ /* Note if more flag space is needed, decimal and digit could be unified. */
38
const unsigned char decimal;
39
const unsigned char digit;
40
const unsigned short flags;
0 commit comments