New submission from Alex Gaynor <[email protected]>:
Currently PyObject_GenericSetDict is part of the stable API, but PyObject_GenericGetDict is not. I noticed this while working on https://github.com/PyO3/pyo3/pull/1207 Because of the symmetry here, it seems appropriate to promote Get. ---------- components: C API messages: 377388 nosy: alex, benjamin.peterson priority: normal severity: normal status: open title: Promote PyObject_GenericGetDict to the stable API versions: Python 3.10 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue41845> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
