mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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 *
|
PyObject *
|
||||||
_Py_Get_Getpath_CodeObject()
|
_Py_Get_Getpath_CodeObject(void)
|
||||||
{
|
{
|
||||||
return PyMarshal_ReadObjectFromString(
|
return PyMarshal_ReadObjectFromString(
|
||||||
(const char*)_Py_M__getpath, sizeof(_Py_M__getpath));
|
(const char*)_Py_M__getpath, sizeof(_Py_M__getpath));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue