Skip to content

Commit 0c16fea

Browse files
committed
Fix broken build.
1 parent 79096c8 commit 0c16fea

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Include/internal/pycore_runtime_init.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ extern PyTypeObject _PyExc_MemoryError;
6161
}, \
6262
}, \
6363
}, \
64-
/* A TSS key must be initialized with Py_tss_NEEDS_INIT \
65-
in accordance with the specification. */ \
66-
.autoTSSkey = Py_tss_NEEDS_INIT, \
6764
.parser = _parser_runtime_state_INIT, \
6865
.ceval = { \
6966
.pending_mainthread = { \
@@ -236,4 +233,4 @@ extern PyTypeObject _PyExc_MemoryError;
236233
#ifdef __cplusplus
237234
}
238235
#endif
239-
#endif /* !Py_INTERNAL_RUNTIME_INIT_H */
236+
#endif /* !Py_INTERNAL_RUNTIME_INIT_H */

0 commit comments

Comments
 (0)