mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
- sysmodule.c (get_hash_info): Define as static function.
This commit is contained in:
parent
37c63a385d
commit
d885e95be4
1 changed files with 1 additions and 1 deletions
|
@ -595,7 +595,7 @@ static PyStructSequence_Desc hash_info_desc = {
|
||||||
5,
|
5,
|
||||||
};
|
};
|
||||||
|
|
||||||
PyObject *
|
static PyObject *
|
||||||
get_hash_info(void)
|
get_hash_info(void)
|
||||||
{
|
{
|
||||||
PyObject *hash_info;
|
PyObject *hash_info;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue