mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #26588: Fix compilation warning on Windows
This commit is contained in:
parent
285cf0a601
commit
b32a7edb22
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ raw_free(void *ptr)
|
|||
static Py_uhash_t
|
||||
hashtable_hash_traceback(size_t key_size, const void *pkey)
|
||||
{
|
||||
const traceback_t *traceback;
|
||||
traceback_t *traceback;
|
||||
|
||||
_Py_HASHTABLE_READ_KEY(key_size, pkey, traceback);
|
||||
return traceback->hash;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue