Skip to content
Merged
Prev Previous commit
Next Next commit
Merge branch 'main' into gh-115103-qsbr
  • Loading branch information
colesbury committed Feb 14, 2024
commit b03c5cac4ff7ef201eaf3517b976854b13d350ad
1 change: 0 additions & 1 deletion Include/internal/pycore_runtime_init.h
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ extern PyTypeObject _PyExc_MemoryError;
.wr_seq = 1, \
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can these be inited to QSBR_INITIAL (it seems like including pycore_qsbr.h shouldn't be an issue?)

.rd_seq = 1, \
}, \
.object_state = _py_object_state_INIT(INTERP), \
.dtoa = _dtoa_state_INIT(&(INTERP)), \
.dict_state = _dict_state_INIT, \
.func_state = { \
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.