comment about how flags could be expanded
diff --git a/Objects/unicodectype.c b/Objects/unicodectype.c
index a10d319..b21fd35 100644
--- a/Objects/unicodectype.c
+++ b/Objects/unicodectype.c
@@ -34,6 +34,7 @@
     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;