Skip to content

Commit 773a836

Browse files
Address review: add comment above cache pointers
1 parent 573aec1 commit 773a836

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Modules/_zoneinfo.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,11 @@ typedef struct {
9494
PyObject *_tzpath_find_tzfile;
9595
PyObject *_common_mod;
9696

97+
// Caches
9798
PyObject *TIMEDELTA_CACHE;
9899
PyObject *ZONEINFO_WEAK_CACHE;
99100
StrongCacheNode *ZONEINFO_STRONG_CACHE;
101+
100102
_ttinfo NO_TTINFO;
101103
} zoneinfo_state;
102104

0 commit comments

Comments
 (0)