GH-133912: Fix PyObject_GenericSetDict to handle inline values (GH-134725)

This commit is contained in:
Mark Shannon 2025-05-28 19:03:41 +01:00 committed by GitHub
parent f6324bc7ee
commit 9fbd66a93d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 95 additions and 53 deletions

View file

@ -1010,6 +1010,8 @@ enum _PyAnnotateFormat {
_Py_ANNOTATE_FORMAT_STRING = 4,
};
int _PyObject_SetDict(PyObject *obj, PyObject *value);
#ifdef __cplusplus
}
#endif