mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-45582: Fix signature of _Py_Get_Getpath_CodeObject (GH-29921)
This commit is contained in:
parent
605f4bf783
commit
628abe4463
1 changed files with 1 additions and 1 deletions
|
@ -783,7 +783,7 @@ library_to_dict(PyObject *dict, const char *key)
|
|||
|
||||
|
||||
PyObject *
|
||||
_Py_Get_Getpath_CodeObject()
|
||||
_Py_Get_Getpath_CodeObject(void)
|
||||
{
|
||||
return PyMarshal_ReadObjectFromString(
|
||||
(const char*)_Py_M__getpath, sizeof(_Py_M__getpath));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue