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 vstinner
Recipients belopolsky, gvanrossum, python-dev, rhettinger, serhiy.storchaka, skrah, vstinner
Date 2020-11-09.14:27:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604932060.04.0.739130944249.issue26200@roundup.psfhosted.org>
In-reply-to
Content
I wrote PR 23209 to add Py_SetRef() and Py_XSetRef() functions to the limited C API and the stable ABI. Py_SETREF() and Py_XSETREF() macros are excluded from the limited C API and some extension modules cannot use them, like extension modules written in Rust.
History
Date User Action Args
2020-11-09 14:27:40vstinnersetrecipients: + vstinner, gvanrossum, rhettinger, belopolsky, skrah, python-dev, serhiy.storchaka
2020-11-09 14:27:40vstinnersetmessageid: <1604932060.04.0.739130944249.issue26200@roundup.psfhosted.org>
2020-11-09 14:27:40vstinnerlinkissue26200 messages
2020-11-09 14:27:39vstinnercreate