Kaydet (Commit) bca9694a authored tarafından Zachary Ware's avatar Zachary Ware

Issue #21442: Fix MSVC compiler warning introduced by issue21377.

üst ed49265b
......@@ -2809,7 +2809,7 @@ PyBytes_Concat(PyObject **pv, PyObject *w)
if (Py_REFCNT(*pv) == 1 && PyBytes_CheckExact(*pv)) {
/* Only one reference, so we can resize in place */
size_t oldsize;
Py_ssize_t oldsize;
Py_buffer wb;
wb.len = -1;
......
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