This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alex
Recipients alex, benjamin.peterson
Date 2020-09-23.14:31:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600871509.15.0.3993940648.issue41845@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-09-23 14:31:49alexsetrecipients: + alex, benjamin.peterson
2020-09-23 14:31:49alexsetmessageid: <1600871509.15.0.3993940648.issue41845@roundup.psfhosted.org>
2020-09-23 14:31:49alexlinkissue41845 messages
2020-09-23 14:31:48alexcreate