Commit f539c68c authored by Tim Peters's avatar Tim Peters

_PyObject_DebugDumpAddress(): clarify an output message.

parent f6fb501c
......@@ -1102,7 +1102,7 @@ _PyObject_DebugDumpAddress(const void *p)
return;
nbytes = read4(q-8);
fprintf(stderr, " %lu bytes originally allocated\n", nbytes);
fprintf(stderr, " %lu bytes originally requested\n", nbytes);
/* In case this is nuts, check the pad bytes before trying to read up
the serial number (the address deref could blow up). */
......
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