mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
- sysmodule.c (get_hash_info): Define as static function.
This commit is contained in:
@@ -595,7 +595,7 @@ static PyStructSequence_Desc hash_info_desc = {
|
||||
5,
|
||||
};
|
||||
|
||||
PyObject *
|
||||
static PyObject *
|
||||
get_hash_info(void)
|
||||
{
|
||||
PyObject *hash_info;
|
||||
|
||||
Reference in New Issue
Block a user