mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
_PyObject_DebugDumpAddress(): clarify an output message.
This commit is contained in:
parent
f6fb501c57
commit
f539c68ccd
1 changed files with 1 additions and 1 deletions
|
@ -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). */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue