We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79096c8 commit 0c16feaCopy full SHA for 0c16fea
Include/internal/pycore_runtime_init.h
@@ -61,9 +61,6 @@ extern PyTypeObject _PyExc_MemoryError;
61
}, \
62
63
64
- /* A TSS key must be initialized with Py_tss_NEEDS_INIT \
65
- in accordance with the specification. */ \
66
- .autoTSSkey = Py_tss_NEEDS_INIT, \
67
.parser = _parser_runtime_state_INIT, \
68
.ceval = { \
69
.pending_mainthread = { \
@@ -236,4 +233,4 @@ extern PyTypeObject _PyExc_MemoryError;
236
233
#ifdef __cplusplus
237
234
}
238
235
#endif
239
-#endif /* !Py_INTERNAL_RUNTIME_INIT_H */
+#endif /* !Py_INTERNAL_RUNTIME_INIT_H */
0 commit comments