mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
GH-133912: Fix PyObject_GenericSetDict
to handle inline values (GH-134725)
This commit is contained in:
parent
f6324bc7ee
commit
9fbd66a93d
6 changed files with 95 additions and 53 deletions
|
@ -1010,6 +1010,8 @@ enum _PyAnnotateFormat {
|
|||
_Py_ANNOTATE_FORMAT_STRING = 4,
|
||||
};
|
||||
|
||||
int _PyObject_SetDict(PyObject *obj, PyObject *value);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue