mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
merging revision 75106 from trunk:
http://bugs.python.org/issue6836 A missing 'const' wasn't detected by Visual Studio.
This commit is contained in:
parent
ae4cfb1bb3
commit
3436900a5a
1 changed files with 1 additions and 1 deletions
|
@ -1369,7 +1369,7 @@ _PyObject_DebugFree(void *p)
|
|||
_PyObject_DebugFreeApi(_PYMALLOC_OBJ_ID, p);
|
||||
}
|
||||
void
|
||||
_PyObject_DebugCheckAddress(void *p)
|
||||
_PyObject_DebugCheckAddress(const void *p)
|
||||
{
|
||||
_PyObject_DebugCheckAddressApi(_PYMALLOC_OBJ_ID, p);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue