File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -102,14 +102,14 @@ typedef struct {
102102
103103 struct {
104104 /* If interned is non-zero, the two references from the
105- dictionary to this object are *not* counted in ob_refcnt.
106- The possible values here are:
107- 0: Not Interned
108- 1: Interned
109- 2: Interned and Immortal
110- 3: Interned, Immortal, and Static
111- This categorization allows the runtime to determine the right
112- cleanup mechanism at runtime shutdown. */
105+ dictionary to this object are *not* counted in ob_refcnt.
106+ The possible values here are:
107+ 0: Not Interned
108+ 1: Interned
109+ 2: Interned and Immortal
110+ 3: Interned, Immortal, and Static
111+ This categorization allows the runtime to determine the right
112+ cleanup mechanism at runtime shutdown. */
113113 uint8_t interned ;
114114 /* Character size:
115115
You can’t perform that action at this time.
0 commit comments