Kaydet (Commit) d8c3e820 authored tarafından Zackery Spytz's avatar Zackery Spytz Kaydeden (comit) INADA Naoki

Fix GCC warning in Python/hamt.c (GH-7618)

üst c4ef4896
......@@ -2348,7 +2348,7 @@ _PyHamt_Without(PyHamtObject *o, PyObject *key)
return NULL;
}
PyHamtNode *new_root;
PyHamtNode *new_root = NULL;
hamt_without_t res = hamt_node_without(
(PyHamtNode *)(o->h_root),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment